:root {
  color-scheme: dark;
  --void: #030405;
  --black: #070809;
  --charcoal: #101214;
  --panel: #141313;
  --panel-soft: rgba(14, 15, 16, 0.82);
  --ink: #f7ecd8;
  --paper: #fff4dd;
  --muted: #c5b79d;
  --dim: #81725c;
  --gold: #d69d35;
  --rust: #b73327;
  --rust-dark: #651510;
  --teal: #56d2ca;
  --green: #446f5d;
  --line: rgba(214, 157, 53, 0.24);
  --line-strong: rgba(214, 157, 53, 0.48);
  --cool-line: rgba(86, 210, 202, 0.28);
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.48);
  --max: 1180px;
  --tight: 800px;
  --radius: 6px;
}

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

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  text-size-adjust: 100%;
}

@supports not (scrollbar-gutter: stable) {
  html {
    overflow-y: scroll;
  }
}

body {
  margin: 0;
  min-width: 320px;
  background-color: var(--void);
  background-image: linear-gradient(180deg, rgba(16, 8, 7, 0.56), rgba(3, 4, 5, 0.2) 24rem, rgba(3, 4, 5, 0.9)), repeating-linear-gradient(0deg, rgba(247, 236, 216, 0.026) 0, rgba(247, 236, 216, 0.026) 1px, transparent 1px, transparent 8px), repeating-linear-gradient(90deg, rgba(214, 157, 53, 0.028) 0, rgba(214, 157, 53, 0.028) 1px, transparent 1px, transparent 96px);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0;
}

body,
button,
input,
textarea {
  font-synthesis-weight: none;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.24em;
}

a:hover {
  color: var(--teal);
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p,
li,
dt,
dd,
a,
span {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  word-break: normal;
}

::selection {
  background: var(--rust);
  color: var(--paper);
}

:focus-visible {
  outline: 3px solid rgba(86, 210, 202, 0.35);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  background: var(--gold);
  color: var(--black);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.breadcrumbs {
  background: rgba(3, 4, 5, 0.92);
  border-bottom: 1px solid rgba(214, 157, 53, 0.14);
}

.breadcrumbs ol {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 0.7rem 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.42rem;
  color: var(--dim);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: rgba(214, 157, 53, 0.58);
}

.breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--teal);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  letter-spacing: 0;
  background: rgba(3, 4, 5, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--rust), var(--gold) 45%, var(--teal));
  opacity: 0.76;
}

.header-inner,
.section-inner,
.footer-inner,
.footer-bottom {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.section-inner.narrow {
  max-width: var(--tight);
}

.header-inner {
  position: relative;
  min-height: 4.8rem;
  display: grid;
  grid-template-columns: minmax(15rem, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.3rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  width: 2.8rem;
  height: 2.8rem;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(214, 157, 53, 0.62);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(183, 51, 39, 0.26), rgba(3, 4, 5, 0.98) 46%, rgba(86, 210, 202, 0.12));
  color: var(--gold);
  box-shadow: inset 0 0 0 1px rgba(247, 236, 216, 0.08), 0 0 30px rgba(214, 157, 53, 0.14);
  font-size: 0.82rem;
  font-weight: 900;
}

.brand-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
}

.site-nav a,
.more-toggle {
  text-decoration: none;
}

.site-nav > a,
.more-toggle {
  min-height: 2.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  padding: 0.5rem 0.78rem;
  border: 1px solid rgba(214, 157, 53, 0.08);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-nav > a:hover,
.site-nav > a:focus-visible,
.site-nav > a.is-active,
.more-menu:hover .more-toggle,
.more-menu:focus-within .more-toggle,
.more-menu.is-open .more-toggle,
.more-menu.is-active .more-toggle {
  border-color: rgba(86, 210, 202, 0.28);
  background: rgba(86, 210, 202, 0.09);
  color: var(--paper);
}

.more-menu {
  position: relative;
}

.more-toggle {
  cursor: pointer;
}

.more-toggle svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  transition: transform 160ms ease;
}

.more-menu:hover .more-toggle svg,
.more-menu:focus-within .more-toggle svg,
.more-menu.is-open .more-toggle svg {
  transform: rotate(180deg);
}

.more-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 0.9rem);
  min-width: 13.5rem;
  display: none;
  gap: 0.2rem;
  padding: 0.6rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(3, 4, 5, 0.98);
  box-shadow: var(--shadow);
}

.more-menu:hover .more-panel,
.more-menu:focus-within .more-panel,
.more-menu.is-open .more-panel {
  display: grid;
}

.more-panel a {
  display: flex;
  min-height: 2.45rem;
  align-items: center;
  padding: 0.56rem 0.7rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.more-panel a:hover,
.more-panel a:focus-visible,
.more-panel a.is-active {
  border-color: rgba(214, 157, 53, 0.28);
  background: rgba(183, 51, 39, 0.16);
  color: var(--paper);
}

.nav-toggle,
.header-search {
  width: 2.65rem;
  height: 2.65rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(214, 157, 53, 0.34);
  border-radius: 999px;
  background: rgba(16, 18, 20, 0.58);
  color: var(--paper);
}

.nav-toggle {
  display: none;
}

.nav-toggle:hover,
.nav-toggle:focus-visible,
.header-search:hover,
.header-search:focus-visible {
  border-color: var(--teal);
  color: var(--teal);
}

.nav-toggle svg,
.header-search svg,
.more-toggle svg,
.button svg,
.text-link svg,
.asset-link svg,
.event-date svg {
  width: 1.08rem;
  height: 1.08rem;
  fill: currentColor;
  flex: 0 0 auto;
}

.site-main {
  overflow: hidden;
}

.hero-section {
  position: relative;
  color: var(--paper);
  background-color: var(--void);
  background-image: linear-gradient(90deg, rgba(3, 4, 5, 0.98), rgba(3, 4, 5, 0.82) 48%, rgba(3, 4, 5, 0.62)), url("/assets/img/hero-transmission.svg");
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid var(--line);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(3, 4, 5, 0.14), rgba(3, 4, 5, 0.82)), repeating-linear-gradient(90deg, transparent 0, transparent 5.95rem, rgba(214, 157, 53, 0.08) 6rem);
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 2rem));
  min-height: min(600px, calc(100svh - 5rem));
  margin: 0 auto;
  padding: 4.2rem 0 3.6rem;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(18rem, 0.56fr);
  align-items: end;
  gap: 4rem;
}

.hero-copy {
  max-width: 50rem;
}

.hero-copy h1,
.page-hero h1,
.book-detail-hero h1,
.article-header h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.95;
  font-weight: 700;
}

.hero-copy h1 {
  max-width: 9ch;
  font-size: 6rem;
  text-shadow: 0 5px 40px rgba(0, 0, 0, 0.72);
}

.page-hero h1,
.book-detail-hero h1,
.article-header h1 {
  font-size: 4.3rem;
}

.eyebrow {
  margin: 0 0 0.82rem;
  color: var(--gold);
  font-size: 0.76rem;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.lede {
  max-width: 43rem;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.72;
}

.hero-section .lede,
.book-detail-hero .lede,
.article-header .lede,
.page-hero .lede {
  color: #eadcc2;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button {
  min-height: 2.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0.74rem 1rem;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.button-primary {
  background: linear-gradient(180deg, #b73327, #751812);
  border-color: rgba(247, 236, 216, 0.16);
  color: var(--paper);
  box-shadow: 0 0 32px rgba(101, 21, 16, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(180deg, #d14638, #8d2018);
  color: var(--paper);
}

.button-secondary {
  background: rgba(3, 4, 5, 0.48);
  border-color: var(--line-strong);
  color: var(--paper);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--teal);
  color: #d9fffb;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--gold);
}

.hero-dossier {
  position: relative;
  align-self: end;
  padding: 1.35rem;
  border: 1px solid var(--line-strong);
  border-top: 4px solid var(--rust);
  border-radius: var(--radius);
  background: rgba(8, 9, 10, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-dossier::before {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border: 1px solid rgba(86, 210, 202, 0.12);
  pointer-events: none;
}

.hero-dossier h2 {
  position: relative;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  line-height: 1;
}

.hero-dossier p:not(.eyebrow) {
  position: relative;
  margin: 1rem 0 0;
  color: var(--muted);
}

.dossier-facts {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.1rem 0 0;
  padding: 1rem 0;
  border-block: 1px solid rgba(214, 157, 53, 0.22);
}

.dossier-facts dt {
  color: var(--dim);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dossier-facts dd {
  margin: 0.18rem 0 0;
  font-weight: 900;
}

.hero-dossier .tag-row {
  position: relative;
  margin-top: 1rem;
}

.hero-dossier .text-link {
  position: relative;
  margin-top: 1.15rem;
}

.hero-switchboard {
  border-top-color: var(--teal);
}

.hero-switch-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.hero-switch-grid a {
  min-height: 5.2rem;
  display: grid;
  align-content: start;
  gap: 0.18rem;
  padding: 0.72rem;
  border: 1px solid rgba(214, 157, 53, 0.22);
  border-radius: var(--radius);
  background: rgba(3, 4, 5, 0.52);
  color: var(--muted);
  text-decoration: none;
}

.hero-switch-grid a:hover,
.hero-switch-grid a:focus-visible {
  border-color: rgba(86, 210, 202, 0.56);
  background: rgba(86, 210, 202, 0.08);
  color: var(--paper);
}

.hero-switch-grid span {
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.hero-switch-grid strong {
  color: var(--gold);
  font-size: 0.7rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-switch-grid em {
  color: inherit;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.section-band,
.newsletter-band,
.page-hero,
.book-detail-hero,
.article-header {
  padding: 4.8rem 0;
}

.section-band {
  background-color: rgba(3, 4, 5, 0.92);
  border-bottom: 1px solid rgba(214, 157, 53, 0.16);
}

.release-board-band {
  position: relative;
  padding: 3.8rem 0;
  background-color: #050607;
  background-image: linear-gradient(180deg, rgba(101, 21, 16, 0.24), rgba(3, 4, 5, 0.96) 26%, rgba(7, 18, 18, 0.86)), repeating-linear-gradient(0deg, rgba(247, 236, 216, 0.03) 0, rgba(247, 236, 216, 0.03) 1px, transparent 1px, transparent 7px), repeating-linear-gradient(90deg, rgba(86, 210, 202, 0.045) 0, rgba(86, 210, 202, 0.045) 1px, transparent 1px, transparent 5rem);
}

.release-board-shell {
  position: relative;
  padding: 1.1rem;
  border: 1px solid rgba(214, 157, 53, 0.32);
  border-radius: var(--radius);
  background: rgba(7, 8, 9, 0.88);
  box-shadow: var(--shadow);
}

.release-board-shell::before {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border: 1px solid rgba(86, 210, 202, 0.12);
  pointer-events: none;
}

.release-board-header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  padding: 0.45rem 0.45rem 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(214, 157, 53, 0.2);
}

.release-board-header h2,
.coming-soon-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.75rem;
  line-height: 1.02;
}

.release-board-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.42rem;
}

.release-board-tabs a {
  min-height: 2rem;
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.58rem;
  border: 1px solid rgba(86, 210, 202, 0.22);
  border-radius: var(--radius);
  background: rgba(86, 210, 202, 0.07);
  color: #cffffb;
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.release-board-tabs a:hover,
.release-board-tabs a:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.release-board-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.release-card {
  position: relative;
  min-width: 0;
  min-height: 20rem;
  display: grid;
  grid-template-columns: minmax(11rem, 0.46fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(214, 157, 53, 0.24);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(20, 19, 19, 0.96), rgba(7, 8, 9, 0.96));
}

.release-card:hover,
.release-card:focus-within {
  border-color: rgba(86, 210, 202, 0.54);
}

.release-art {
  position: relative;
  min-height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid rgba(214, 157, 53, 0.18);
  background: #08090a;
  text-decoration: none;
}

.release-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.8rem;
  transition: transform 180ms ease;
}

.release-card:hover .release-art img,
.release-card:focus-within .release-art img {
  transform: scale(1.025);
}

.release-number {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  min-width: 2.55rem;
  min-height: 2.55rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(86, 210, 202, 0.48);
  border-radius: var(--radius);
  background: rgba(3, 4, 5, 0.82);
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.release-copy {
  min-width: 0;
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.release-meta,
.coming-soon-status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  justify-content: space-between;
  color: var(--gold);
  font-size: 0.73rem;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.release-meta span:first-child,
.coming-soon-status span:first-child {
  color: var(--teal);
}

.release-copy h3,
.coming-soon-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.05;
}

.release-copy h3 a {
  text-decoration: none;
}

.release-copy p,
.coming-soon-card p {
  margin: 0;
  color: var(--muted);
}

.release-copy .text-link,
.coming-soon-card .text-link {
  margin-top: auto;
}

.coming-soon-band {
  padding: 2.2rem 0;
  background: linear-gradient(90deg, rgba(86, 210, 202, 0.08), rgba(5, 6, 7, 0.96) 32%, rgba(101, 21, 16, 0.18));
}

.coming-soon-layout {
  display: grid;
  grid-template-columns: minmax(15rem, 0.46fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.coming-soon-copy {
  padding: 1.25rem;
  border-left: 5px solid var(--rust);
  background: rgba(3, 4, 5, 0.4);
}

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

.coming-soon-card {
  position: relative;
  min-height: 15rem;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border: 1px solid rgba(214, 157, 53, 0.24);
  border-radius: var(--radius);
  background: rgba(14, 15, 16, 0.86);
}

.coming-soon-card::before {
  content: "SOON";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: rgba(86, 210, 202, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  pointer-events: none;
}

.signal-band {
  padding: 2.4rem 0;
  background: linear-gradient(90deg, rgba(101, 21, 16, 0.24), rgba(10, 11, 12, 0.92) 42%, rgba(86, 210, 202, 0.08));
}

.signal-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.74fr) minmax(0, 1.26fr);
  align-items: stretch;
  gap: 1rem;
}

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

.signal-card {
  min-height: 11rem;
  padding: 1rem;
  border: 1px solid rgba(86, 210, 202, 0.22);
  border-radius: var(--radius);
  background: rgba(7, 8, 9, 0.72);
}

.signal-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.1;
}

.signal-card p:not(.eyebrow) {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.home-switchboard-band {
  position: relative;
  padding: 2.6rem 0;
  background-color: #050607;
  background-image: linear-gradient(120deg, rgba(101, 21, 16, 0.34), rgba(3, 4, 5, 0.98) 34%, rgba(7, 18, 18, 0.78)), repeating-linear-gradient(0deg, rgba(247, 236, 216, 0.028) 0, rgba(247, 236, 216, 0.028) 1px, transparent 1px, transparent 9px), repeating-linear-gradient(90deg, rgba(86, 210, 202, 0.04) 0, rgba(86, 210, 202, 0.04) 1px, transparent 1px, transparent 5.6rem);
}

.home-switchboard {
  display: grid;
  grid-template-columns: minmax(17rem, 0.64fr) minmax(0, 1.36fr);
  gap: 1rem;
  align-items: stretch;
}

.home-switchboard-head {
  min-height: 16rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-left: 5px solid var(--accent);
  background: rgba(3, 4, 5, 0.58);
}

.home-switchboard-head h2,
.home-shop-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  line-height: 1.02;
}

.home-switchboard-head p:not(.eyebrow),
.home-shop-copy p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: var(--muted);
}

.home-switchboard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.home-switchboard-card {
  position: relative;
  min-height: 16rem;
  min-width: 0;
  padding: 1rem;
  display: grid;
  align-content: space-between;
  gap: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(214, 157, 53, 0.24);
  border-radius: var(--radius);
  background: rgba(9, 10, 11, 0.84);
  color: var(--paper);
  text-decoration: none;
}

.home-switchboard-card::before {
  content: attr(data-index);
  position: absolute;
  right: -0.2rem;
  bottom: -0.9rem;
  color: rgba(86, 210, 202, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
}

.home-switchboard-card:hover,
.home-switchboard-card:focus-visible {
  border-color: rgba(86, 210, 202, 0.58);
  background: rgba(7, 18, 18, 0.86);
  color: var(--paper);
}

.home-switch-value {
  position: relative;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.home-switch-label,
.home-signal-link span,
.home-shop-links span {
  position: relative;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-switchboard-card strong {
  position: relative;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.02;
}

.home-switchboard-card svg {
  position: relative;
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}

.home-library-band {
  background-image: linear-gradient(180deg, rgba(3, 4, 5, 0.98), rgba(10, 11, 12, 0.94) 50%, rgba(3, 4, 5, 0.98));
}

.home-book-list {
  display: grid;
  gap: 0.75rem;
}

.home-book-row {
  display: grid;
  grid-template-columns: minmax(6rem, 8.4rem) minmax(0, 0.82fr) minmax(14rem, 0.56fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.85rem;
  border: 1px solid rgba(214, 157, 53, 0.22);
  border-radius: var(--radius);
  background: rgba(14, 15, 16, 0.8);
}

.home-book-row:hover,
.home-book-row:focus-within {
  border-color: rgba(86, 210, 202, 0.52);
}

.home-book-cover {
  aspect-ratio: 2 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(214, 157, 53, 0.22);
  border-radius: var(--radius);
  background: #08090a;
  text-decoration: none;
}

.home-book-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.38rem;
}

.home-book-copy {
  min-width: 0;
}

.home-book-copy h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.04;
}

.home-book-copy h3 a {
  text-decoration: none;
}

.home-book-copy p:not(.eyebrow) {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.home-book-facts {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.home-book-facts div {
  min-width: 0;
  padding: 0.62rem;
  border: 1px solid rgba(86, 210, 202, 0.18);
  border-radius: var(--radius);
  background: rgba(3, 4, 5, 0.42);
}

.home-book-facts dt {
  color: var(--accent);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-book-facts dd {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.18;
}

.home-book-action {
  justify-self: end;
}

.home-broadcast-band {
  background: linear-gradient(90deg, rgba(68, 111, 93, 0.16), rgba(9, 11, 12, 0.96) 42%, rgba(101, 21, 16, 0.16));
}

.home-broadcast-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(20rem, 1.04fr);
  gap: 1rem;
  align-items: stretch;
}

.home-broadcast-feature,
.home-shop-copy,
.home-shop-links a,
.home-signal-link,
.home-signal-panels article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(14, 15, 16, 0.84);
}

.home-broadcast-feature {
  min-height: 23rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-image: linear-gradient(145deg, rgba(14, 15, 16, 0.72), rgba(3, 4, 5, 0.94)), repeating-linear-gradient(0deg, rgba(214, 157, 53, 0.07) 0, rgba(214, 157, 53, 0.07) 1px, transparent 1px, transparent 12px);
}

.home-broadcast-feature h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.55rem;
  line-height: 1.02;
}

.home-broadcast-feature h3 a {
  text-decoration: none;
}

.home-broadcast-feature p:not(.eyebrow) {
  max-width: 36rem;
  margin: 1rem 0 0;
  color: var(--muted);
}

.home-broadcast-feature .button {
  align-self: start;
}

.home-broadcast-side {
  display: grid;
  gap: 0.75rem;
}

.home-signal-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.home-signal-link {
  min-height: 12rem;
  padding: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  color: var(--paper);
  text-decoration: none;
}

.home-signal-link:hover,
.home-signal-link:focus-visible,
.home-shop-links a:hover,
.home-shop-links a:focus-visible {
  border-color: rgba(86, 210, 202, 0.54);
  color: var(--paper);
}

.home-signal-link strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.home-signal-link em,
.home-shop-links em {
  margin-top: auto;
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.home-shop-links em svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  vertical-align: -0.18rem;
}

.home-signal-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.home-signal-panels article {
  padding: 0.9rem;
}

.home-signal-panels h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.08;
}

.home-shop-band {
  background: linear-gradient(120deg, rgba(101, 21, 16, 0.28), rgba(3, 4, 5, 0.96) 48%, rgba(86, 210, 202, 0.1));
}

.home-shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(22rem, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.home-shop-copy {
  padding: 1.25rem;
}

.home-shop-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.home-shop-links a {
  min-height: 13rem;
  padding: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.68rem;
  color: var(--paper);
  text-decoration: none;
}

.home-shop-links strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.home-hero-stats {
  max-width: 27rem;
  margin: 2rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.home-hero-stats div {
  min-width: 0;
  padding: 0.72rem;
  border: 1px solid rgba(86, 210, 202, 0.2);
  border-radius: var(--radius);
  background: rgba(3, 4, 5, 0.46);
}

.home-hero-stats dt {
  color: var(--accent);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-hero-stats dd {
  margin: 0.14rem 0 0;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

.home-hero-feature {
  grid-template-columns: minmax(14rem, 0.76fr) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: stretch;
}

.home-hero-cover-stack {
  min-height: 22rem;
  position: relative;
}

.home-hero-cover-card {
  position: absolute;
  width: 46%;
  max-width: 9.5rem;
  aspect-ratio: 2 / 3;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #08090a;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.home-hero-cover-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.42rem;
}

.home-hero-cover-card[data-card="1"] {
  left: 0;
  top: 1.1rem;
  z-index: 3;
}

.home-hero-cover-card[data-card="2"] {
  left: 38%;
  top: 0;
  z-index: 2;
  transform: rotate(2deg);
}

.home-hero-cover-card[data-card="3"] {
  left: 20%;
  top: 7.2rem;
  z-index: 1;
  transform: rotate(-2deg);
}

.home-hero-cover-card:hover,
.home-hero-cover-card:focus-visible {
  z-index: 4;
  border-color: var(--accent);
  transform: translateY(-0.3rem);
}

.home-featured-band {
  position: relative;
  background-color: #050607;
  background-image: radial-gradient(circle at 78% 0, rgba(86, 210, 202, 0.12), transparent 28rem), linear-gradient(180deg, rgba(101, 21, 16, 0.18), rgba(3, 4, 5, 0.98) 32%, rgba(8, 9, 10, 0.96));
}

.home-featured-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.68fr) minmax(0, 1.32fr);
  gap: 1.2rem;
  align-items: stretch;
}

.home-featured-copy {
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 5px solid var(--accent);
  background: rgba(3, 4, 5, 0.5);
}

.home-featured-copy h2,
.home-dispatch-feature h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
  line-height: 1.02;
}

.home-featured-copy p:not(.eyebrow),
.home-dispatch-feature p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: var(--muted);
}

.home-quick-links {
  display: grid;
  gap: 0.5rem;
  margin-top: 1.4rem;
}

.home-quick-links a {
  min-height: 3.7rem;
  display: grid;
  grid-template-columns: minmax(4rem, 0.35fr) minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.62rem 0.7rem;
  border: 1px solid rgba(214, 157, 53, 0.22);
  border-radius: var(--radius);
  background: rgba(14, 15, 16, 0.62);
  color: var(--paper);
  text-decoration: none;
}

.home-quick-links a:hover,
.home-quick-links a:focus-visible,
.home-cover-feature:hover,
.home-cover-feature:focus-within,
.home-post-list a:hover,
.home-post-list a:focus-visible {
  border-color: rgba(86, 210, 202, 0.55);
}

.home-quick-links span,
.home-post-list span,
.home-theme-strip span {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-quick-links strong {
  font-size: 0.9rem;
  line-height: 1.1;
}

.home-quick-links svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.home-cover-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.home-cover-feature {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(18rem, auto) 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(14, 15, 16, 0.84);
}

.home-cover-feature-art {
  min-height: 18rem;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(3, 4, 5, 0.5), rgba(3, 4, 5, 0.95));
  text-decoration: none;
}

.home-cover-feature-art img {
  width: 82%;
  height: 100%;
  max-height: 25rem;
  object-fit: contain;
  padding: 0.8rem;
  transition: transform 180ms ease;
}

.home-cover-feature:hover .home-cover-feature-art img,
.home-cover-feature:focus-within .home-cover-feature-art img {
  transform: translateY(-0.25rem) scale(1.02);
}

.home-cover-feature-copy {
  min-width: 0;
  padding: 1rem;
  display: grid;
  gap: 0.62rem;
}

.home-cover-feature-copy h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  line-height: 1.05;
}

.home-cover-feature-copy h3 a {
  text-decoration: none;
}

.home-cover-feature-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.home-dispatch-band {
  background: linear-gradient(90deg, rgba(68, 111, 93, 0.16), rgba(9, 11, 12, 0.96) 42%, rgba(101, 21, 16, 0.14));
}

.home-dispatch-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(20rem, 1.12fr);
  gap: 1rem;
  align-items: stretch;
}

.home-dispatch-feature {
  min-height: 24rem;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background-image: linear-gradient(145deg, rgba(14, 15, 16, 0.78), rgba(3, 4, 5, 0.95)), repeating-linear-gradient(0deg, rgba(214, 157, 53, 0.07) 0, rgba(214, 157, 53, 0.07) 1px, transparent 1px, transparent 12px);
}

.home-dispatch-feature h2 a {
  text-decoration: none;
}

.home-dispatch-feature .button {
  align-self: start;
}

.home-dispatch-side {
  display: grid;
  gap: 0.85rem;
}

.home-post-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.home-post-list a {
  min-height: 14rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(14, 15, 16, 0.84);
  color: var(--paper);
  text-decoration: none;
}

.home-post-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.06;
}

.home-post-list em {
  margin-top: auto;
  color: var(--muted);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.home-theme-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(3, 4, 5, 0.44);
}

.home-theme-strip span {
  min-height: 2rem;
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.6rem;
  border: 1px solid rgba(86, 210, 202, 0.22);
  border-radius: var(--radius);
  background: rgba(86, 210, 202, 0.06);
}

@media (min-width: 900px) {
  .home .hero-grid {
    min-height: min(560px, calc(100svh - 5rem));
    grid-template-columns: minmax(0, 0.82fr) minmax(28rem, 0.78fr);
    gap: 2.4rem;
  }

  .home .hero-copy {
    align-self: center;
  }

  .home-hero-feature {
    align-self: center;
  }

  .home-hero-cover-stack {
    min-height: 24rem;
  }

  .home-hero-cover-card {
    max-width: 10.8rem;
  }
}

.reader-path-band {
  background: linear-gradient(180deg, rgba(3, 4, 5, 0.96), rgba(11, 12, 13, 0.96));
}

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

.reader-path-card,
.book-pathway-card,
.book-pitch-panel,
.excerpt-panel,
.book-action-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(14, 15, 16, 0.86);
}

.reader-path-card,
.book-pathway-card {
  min-height: 14rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.78rem;
}

.reader-path-card h3,
.book-pathway-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1.08;
}

.reader-path-card p:not(.eyebrow),
.book-pathway-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.reader-path-card .text-link {
  margin-top: auto;
}

.reading-order-band {
  background: linear-gradient(90deg, rgba(3, 4, 5, 0.98), rgba(10, 11, 12, 0.96) 52%, rgba(68, 111, 93, 0.12));
}

.reading-order-list {
  display: grid;
  gap: 0.8rem;
}

.reading-order-item {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(14, 15, 16, 0.8);
}

.reading-order-number {
  width: 4rem;
  height: 4rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(86, 210, 202, 0.32);
  border-radius: var(--radius);
  background: rgba(86, 210, 202, 0.08);
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 700;
  text-decoration: none;
}

.reading-order-item h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1.1;
}

.reading-order-item h3 a {
  text-decoration: none;
}

.reading-order-item p:not(.eyebrow) {
  margin: 0.35rem 0 0;
  color: var(--muted);
}

.works-band {
  background-image: linear-gradient(180deg, rgba(3, 4, 5, 0.98), rgba(10, 11, 12, 0.92) 52%, rgba(3, 4, 5, 0.98));
}

.section-muted {
  background: linear-gradient(90deg, rgba(68, 111, 93, 0.16), rgba(9, 11, 12, 0.96) 42%, rgba(101, 21, 16, 0.12));
  border-block: 1px solid rgba(214, 157, 53, 0.17);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.65rem;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2,
.newsletter-band h2,
.detail-sections h2,
.quote-card blockquote,
.about-content h2,
.press-layout h2,
.contact-copy h2,
.article-aside h2,
.prose h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.65rem;
  line-height: 1.02;
}

.section-heading.simple {
  display: block;
  margin-bottom: 0;
}

.book-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.92rem;
}

.home .works-band .book-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.book-card,
.journal-card,
.quote-card,
.event-card,
.result-card,
.detail-facts,
.fact-panel,
.asset-panel,
.article-aside,
.newsletter-form,
.contact-form,
.site-search-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(14, 15, 16, 0.86);
}

.book-card {
  display: grid;
  grid-template-columns: minmax(7.8rem, 9.8rem) minmax(0, 1fr);
  overflow: hidden;
  min-height: 13rem;
}

.home .works-band .book-card {
  grid-template-columns: 1fr;
  min-height: 0;
}

.book-card:hover,
.book-card:focus-within,
.journal-card:hover,
.journal-card:focus-within,
.event-card:hover,
.event-card:focus-within,
.result-card:hover,
.result-card:focus-within {
  border-color: rgba(86, 210, 202, 0.5);
}

.book-cover-link {
  display: block;
  min-height: 13rem;
  background: #090a0b;
  border-right: 1px solid var(--line);
  text-decoration: none;
}

.home .works-band .book-cover-link {
  aspect-ratio: 4 / 5;
  min-height: 0;
  border-right: 0;
  border-bottom: 1px solid var(--line);
}

.book-cover-link img,
.detail-cover {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.75rem;
}

.book-card-copy {
  min-width: 0;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.book-card-copy h3,
.journal-card h3,
.event-card h3,
.result-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
  line-height: 1.08;
}

.book-card-copy h3 a,
.journal-card h3 a,
.result-card h2 a {
  text-decoration: none;
}

.book-card-copy p,
.journal-card p,
.event-card p,
.result-card p {
  margin: 0;
  color: var(--muted);
}

.book-subtitle {
  color: #e8c97a !important;
  font-weight: 900;
}

.book-card-copy .text-link {
  margin-top: auto;
}

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

.tag-row span {
  min-height: 1.65rem;
  display: inline-flex;
  align-items: center;
  padding: 0.24rem 0.52rem;
  border: 1px solid rgba(214, 157, 53, 0.28);
  border-radius: var(--radius);
  background: rgba(214, 157, 53, 0.08);
  color: #e5c16e;
  font-size: 0.73rem;
  font-weight: 900;
  text-transform: uppercase;
}

.journal-card,
.quote-card,
.result-card {
  padding: 1.35rem;
}

.journal-card {
  min-height: 16rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: rgba(9, 10, 11, 0.84);
}

.journal-card.is-featured {
  border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
  background: linear-gradient(145deg, color-mix(in srgb, var(--accent) 10%, rgba(9, 10, 11, 0.9)), rgba(9, 10, 11, 0.88));
}

.journal-card .text-link {
  margin-top: auto;
}

.journal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  color: #e5c16e;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.newsletter-band {
  position: relative;
  overflow: hidden;
  background-color: #050403;
  background-image: linear-gradient(90deg, rgba(5, 4, 3, 0.92), rgba(5, 4, 3, 0.54) 48%, rgba(5, 4, 3, 0.94)), url("/assets/img/official/newsletter-bg.webp");
  background-position: center;
  background-size: cover;
  color: var(--paper);
  border-top: 1px solid rgba(216, 139, 69, 0.24);
  border-bottom: 1px solid rgba(216, 139, 69, 0.24);
  box-shadow: inset 0 28px 90px rgba(0, 0, 0, 0.36), inset 0 -28px 90px rgba(0, 0, 0, 0.46);
}

.newsletter-band::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent 0 4px, rgba(255, 255, 255, 0.018) 4px 5px);
}

.newsletter-band .section-inner {
  position: relative;
  z-index: 1;
}

.newsletter-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(19rem, 0.56fr);
  gap: 3rem;
  align-items: start;
}

.newsletter-band p {
  color: #d8c6a9;
}

.newsletter-form,
.contact-form,
.site-search-form {
  padding: 1.35rem;
}

.newsletter-form {
  display: grid;
  gap: 0.95rem;
}

.newsletter-form.is-compact {
  padding: 0;
  background: transparent;
  border: 0;
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field label,
.site-search-form label {
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.field input,
.field textarea,
.site-search-form input,
.search-field input {
  width: 100%;
  min-height: 2.9rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(3, 4, 5, 0.9);
  color: var(--paper);
  padding: 0.72rem 0.8rem;
}

.field textarea {
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.site-search-form input:focus,
.search-field input:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(86, 210, 202, 0.22);
}

.field-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.check-row {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.9rem;
  line-height: 1.35;
}

.check-row input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.16rem;
  accent-color: var(--teal);
  flex: 0 0 auto;
}

.field-error,
.form-message {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 900;
}

.field-error,
.form-message.is-error {
  color: #ff958a;
}

.form-message.is-success {
  color: #98eee6;
}

.page-hero,
.article-header,
.book-detail-hero {
  position: relative;
  background-color: var(--black);
  background-image: linear-gradient(90deg, rgba(3, 4, 5, 0.96), rgba(3, 4, 5, 0.72)), url("/assets/img/hero-transmission.svg");
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--line);
}

.catalog-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, 18rem);
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(101, 21, 16, 0.22), rgba(14, 15, 16, 0.92) 46%, rgba(86, 210, 202, 0.1));
}

.catalog-spotlight-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
  line-height: 1.02;
}

.catalog-spotlight-copy p:not(.eyebrow) {
  max-width: 44rem;
  color: var(--muted);
}

.catalog-spotlight-cover {
  display: block;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #090a0b;
  text-decoration: none;
}

.catalog-spotlight-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.75rem;
}

.catalog-tools {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem 0;
  border-block: 1px solid var(--line);
}

.search-field {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 0.62rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(10, 11, 12, 0.82);
  font-weight: 900;
  text-transform: uppercase;
}

.search-field svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}

.search-field input {
  min-height: 2.35rem;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-button {
  min-height: 2.4rem;
  padding: 0.45rem 0.78rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(14, 15, 16, 0.86);
  color: var(--paper);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.filter-button.is-active,
.filter-button:hover,
.filter-button:focus-visible {
  border-color: rgba(183, 51, 39, 0.82);
  background: var(--rust-dark);
  color: var(--paper);
}

.empty-state {
  margin: 2rem 0 0;
  font-weight: 900;
}

.book-detail-hero {
  min-height: min(640px, calc(100svh - 4.45rem));
  display: grid;
  align-items: center;
}

.book-detail-hero .tag-row {
  margin-top: 1.2rem;
}

.book-detail-grid {
  display: grid;
  grid-template-columns: minmax(15rem, 22rem) minmax(0, 1fr);
  gap: 4rem;
  align-items: center;
}

.detail-cover-wrap {
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #090a0b;
  box-shadow: var(--shadow);
}

.detail-subtitle {
  margin: 0.85rem 0 0;
  color: var(--gold);
  font-size: 1.25rem;
  font-weight: 900;
}

.book-hero-facts {
  max-width: 43rem;
  margin: 1.2rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
}

.book-hero-facts div {
  min-width: 0;
  padding: 0.72rem;
  border: 1px solid rgba(86, 210, 202, 0.2);
  border-radius: var(--radius);
  background: rgba(3, 4, 5, 0.48);
}

.book-hero-facts dt,
.shop-meta dt {
  color: var(--accent);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.book-hero-facts dd,
.shop-meta dd {
  margin: 0.18rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.22;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(13rem, 0.35fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
}

.detail-layout-primary {
  grid-template-columns: minmax(15rem, 0.36fr) minmax(0, 1fr);
}

.detail-sidebar {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 6rem;
}

.detail-facts,
.fact-panel,
.asset-panel,
.article-aside {
  padding: 1.35rem;
}

.detail-facts {
  display: grid;
  gap: 1rem;
  margin: 0;
}

.detail-facts dt {
  color: var(--dim);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-facts dd {
  margin: 0.2rem 0 0;
  font-weight: 900;
}

.detail-sections {
  display: grid;
  gap: 2rem;
}

.book-pitch-panel {
  padding: 1.35rem;
  background: linear-gradient(135deg, rgba(101, 21, 16, 0.2), rgba(14, 15, 16, 0.9) 48%, rgba(86, 210, 202, 0.1));
}

.book-pitch-panel p:last-child {
  margin-bottom: 0;
}

.book-pathway-grid {
  margin-bottom: 0.3rem;
}

.book-pathway-card {
  min-height: 12rem;
  background: rgba(8, 9, 10, 0.72);
}

.book-action-panel {
  padding: 1.1rem;
  display: grid;
  gap: 0.7rem;
  background: rgba(8, 9, 10, 0.9);
}

.book-action-panel p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.book-action-panel .asset-link {
  background: rgba(3, 4, 5, 0.48);
}

.book-signals-band {
  background: linear-gradient(90deg, rgba(68, 111, 93, 0.16), rgba(9, 11, 12, 0.96) 42%, rgba(101, 21, 16, 0.12));
}

.excerpt-band {
  background: linear-gradient(90deg, rgba(86, 210, 202, 0.1), rgba(3, 4, 5, 0.96) 34%, rgba(101, 21, 16, 0.24));
}

.excerpt-panel {
  padding: 2rem;
}

.excerpt-panel p:last-child {
  margin: 1rem 0 0;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1.78;
}

.detail-sections section,
.prose section {
  display: grid;
  gap: 0.7rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--line);
}

.detail-sections p,
.prose p,
.article-body p,
.contact-copy p,
.press-layout p,
.about-content p {
  color: var(--muted);
}

.quote-card {
  margin: 0;
}

.quote-card blockquote {
  font-size: 1.45rem;
}

.quote-card figcaption {
  margin-top: 1rem;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.about-grid,
.press-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 23rem);
  gap: 3rem;
  align-items: center;
}

.portrait {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #101214;
  box-shadow: var(--shadow);
}

.about-content,
.press-layout,
.contact-layout,
.events-layout,
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.42fr);
  gap: 3rem;
  align-items: start;
}

.about-modes-band {
  background: linear-gradient(90deg, rgba(68, 111, 93, 0.14), rgba(3, 4, 5, 0.98) 44%, rgba(101, 21, 16, 0.18));
}

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

.mode-card,
.press-fact {
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(14, 15, 16, 0.84);
}

.mode-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1.1;
}

.mode-card p {
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.press-facts-band {
  padding: 1.3rem 0;
  background: rgba(8, 9, 10, 0.96);
}

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

.press-fact strong {
  display: block;
  color: var(--paper);
  line-height: 1.35;
}

.prose {
  display: grid;
  gap: 1.5rem;
}

.prose p {
  margin: 0;
}

.fact-panel ul {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.fact-panel li {
  padding-left: 1rem;
  border-left: 3px solid var(--rust);
  font-weight: 900;
}

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

.event-list {
  display: grid;
  gap: 1rem;
}

.event-card {
  display: grid;
  grid-template-columns: 10rem minmax(0, 1fr);
  overflow: hidden;
}

.event-date {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  padding: 1.2rem;
  background: #1d1210;
  color: var(--gold);
  font-weight: 900;
}

.event-copy {
  padding: 1.2rem;
}

.event-place {
  color: #e5c16e !important;
  font-weight: 900;
}

.asset-panel {
  display: grid;
  gap: 0.75rem;
}

.asset-link {
  min-height: 2.8rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
}

.asset-link:hover,
.asset-link:focus-visible {
  border-color: var(--teal);
  color: #d9fffb;
}

.contact-layout {
  grid-template-columns: minmax(0, 0.52fr) minmax(22rem, 1fr);
}

.contact-request-grid {
  display: grid;
  gap: 0.62rem;
  margin-top: 1.2rem;
}

.contact-request-grid a {
  display: grid;
  gap: 0.22rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(14, 15, 16, 0.78);
  padding: 0.82rem;
  text-decoration: none;
}

.contact-request-grid a:hover,
.contact-request-grid a:focus-visible,
.contact-request-grid a[aria-current="page"] {
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 11%, rgba(14, 15, 16, 0.84));
}

.contact-request-grid span {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-request-grid strong {
  color: var(--ink);
  line-height: 1.22;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

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

.article-layout {
  padding-block: 4rem;
}

.article-body {
  max-width: 760px;
}

.article-body p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.23rem;
  line-height: 1.8;
}

.article-aside {
  display: grid;
  gap: 0.8rem;
}

.article-aside a {
  display: grid;
  gap: 0.2rem;
  text-decoration: none;
  font-weight: 900;
}

.article-aside a span {
  color: var(--gold);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.journal-meta-line {
  margin-top: 1rem;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.standalone-newsletter {
  border-bottom: 1px solid var(--line);
}

.site-search-form {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.search-submit-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
}

.search-results {
  display: grid;
  gap: 1rem;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.34fr);
  gap: 2rem;
  align-items: start;
}

.shop-console-band {
  padding: 2.6rem 0;
  background: linear-gradient(120deg, rgba(101, 21, 16, 0.26), rgba(3, 4, 5, 0.96) 48%, rgba(86, 210, 202, 0.1));
}

.shop-console {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(21rem, 0.68fr);
  gap: 1rem;
  align-items: stretch;
}

.shop-console-copy,
.shop-console-stats {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(14, 15, 16, 0.84);
}

.shop-console-copy {
  padding: 1.25rem;
}

.shop-console-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.45rem;
  line-height: 1.02;
}

.shop-console-copy p:not(.eyebrow) {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: var(--muted);
}

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

.shop-console-stats div {
  min-width: 0;
  display: grid;
  align-content: center;
  padding: 0.85rem;
  border: 1px solid rgba(86, 210, 202, 0.18);
  border-radius: var(--radius);
  background: rgba(3, 4, 5, 0.42);
}

.shop-console-stats span {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.shop-console-stats p {
  margin: 0.28rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-list,
.shop-aside {
  display: grid;
  gap: 1rem;
}

.shop-item,
.shop-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(14, 15, 16, 0.86);
}

.shop-item {
  display: grid;
  grid-template-columns: minmax(8rem, 11rem) minmax(0, 1fr);
  overflow: hidden;
}

.shop-cover {
  display: block;
  min-height: 15rem;
  border-right: 1px solid var(--line);
  background: #090a0b;
  text-decoration: none;
}

.shop-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.75rem;
}

.shop-copy {
  padding: 1.25rem;
  display: grid;
  align-content: center;
  gap: 0.72rem;
}

.shop-copy h2,
.shop-panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.08;
}

.shop-copy h2 a {
  text-decoration: none;
}

.shop-copy p:not(.eyebrow),
.shop-panel p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.shop-meta {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.shop-meta div {
  min-width: 0;
  padding: 0.62rem;
  border: 1px solid rgba(86, 210, 202, 0.16);
  border-radius: var(--radius);
  background: rgba(3, 4, 5, 0.42);
}

.shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.shop-panel {
  padding: 1.2rem;
  display: grid;
  gap: 0.78rem;
}

.site-footer {
  background: linear-gradient(180deg, #070607, #030405);
  border-top: 1px solid var(--line);
  color: var(--paper);
}

.footer-top {
  border-bottom: 1px solid rgba(214, 157, 53, 0.16);
}

.footer-layout {
  padding: 3.4rem 0;
  display: grid;
  grid-template-columns: minmax(16rem, 0.86fr) minmax(20rem, 1.1fr) minmax(7rem, 0.34fr) minmax(7rem, 0.34fr) minmax(16rem, 0.72fr);
  gap: 2rem;
  align-items: start;
}

.footer-brand p {
  max-width: 32rem;
  color: var(--muted);
  margin: 0 0 1.1rem;
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-line-open {
  padding: 1rem;
  border: 1px solid rgba(86, 210, 202, 0.24);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(7, 18, 18, 0.78), rgba(3, 4, 5, 0.92));
}

.line-open-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid rgba(214, 157, 53, 0.18);
}

.line-open-heading .eyebrow {
  margin-bottom: 0;
}

.line-open-heading span {
  color: var(--dim);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.line-open-grid a {
  min-height: 3.45rem;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  align-items: center;
  gap: 0.62rem;
  padding: 0.35rem 0.5rem;
  border: 1px solid rgba(214, 157, 53, 0.18);
  border-radius: var(--radius);
  background: rgba(3, 4, 5, 0.5);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
}

.line-open-grid a:hover,
.line-open-grid a:focus-visible {
  border-color: rgba(86, 210, 202, 0.54);
  background: rgba(86, 210, 202, 0.08);
  color: var(--paper);
}

.line-key {
  min-height: 2.55rem;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(214, 157, 53, 0.28);
  border-radius: var(--radius);
  background: rgba(16, 18, 20, 0.82);
  color: var(--gold);
}

.line-key strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 0.95;
}

.line-key em {
  display: block;
  color: var(--dim);
  font-size: 0.56rem;
  font-style: normal;
  line-height: 1.1;
}

.footer-link-group {
  display: grid;
  gap: 0.55rem;
}

.footer-link-group h2,
.footer-newsletter h2 {
  margin: 0 0 0.75rem;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.footer-link-group a {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link-group a:hover,
.footer-link-group a:focus-visible,
.footer-bottom-links a:hover,
.footer-bottom-links a:focus-visible {
  color: var(--teal);
}

.footer-newsletter p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.footer-bottom {
  padding: 1.15rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem 1rem;
}

.footer-bottom-links a {
  color: var(--muted);
  text-decoration: none;
}

@media (min-width: 1280px) {
  .hero-copy h1 {
    font-size: 6.7rem;
  }
}

@media (max-width: 1100px) {
  .hero-grid,
  .book-detail-grid,
  .about-grid,
  .press-grid,
  .catalog-spotlight,
  .shop-layout,
  .signal-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: 0;
    gap: 2.5rem;
  }

  .hero-dossier {
    max-width: 43rem;
  }

  .home .works-band .book-grid,
  .reader-path-grid,
  .book-pathway-grid,
  .mode-grid,
  .press-fact-grid,
  .journal-grid,
  .quote-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-content,
  .press-layout,
  .contact-layout,
  .events-layout,
  .article-layout,
  .detail-layout,
  .newsletter-layout,
  .coming-soon-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .detail-sidebar {
    position: static;
  }

  .book-detail-hero {
    min-height: auto;
  }

  .article-aside {
    max-width: 760px;
  }
}

@media (max-width: 820px) {
  .header-inner {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

  .brand {
    order: 1;
  }

  .header-search {
    order: 2;
  }

  .nav-toggle {
    display: inline-grid;
    order: 3;
  }

  .site-nav {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: calc(100% + 0.55rem);
    display: none;
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 0.7rem;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius);
    background: #030405;
    box-shadow: var(--shadow);
  }

  .site-header.nav-open .site-nav {
    display: grid;
  }

  .site-nav > a,
  .more-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 0.85rem;
    border-radius: var(--radius);
  }

  .more-menu {
    display: grid;
  }

  .more-panel {
    position: static;
    min-width: 0;
    display: none;
    margin-top: 0.35rem;
    border-color: rgba(86, 210, 202, 0.18);
    background: rgba(8, 9, 10, 0.92);
    box-shadow: none;
  }

  .more-menu:hover .more-panel,
  .more-menu:focus-within .more-panel {
    display: none;
  }

  .more-menu.is-open .more-panel {
    display: grid;
  }

  .breadcrumbs ol {
    width: min(100% - 1rem, var(--max));
  }

  .hero-copy h1 {
    font-size: 4.6rem;
  }

  .page-hero h1,
  .book-detail-hero h1,
  .article-header h1 {
    font-size: 3.4rem;
  }

  .section-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .release-board-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .release-board-tabs {
    justify-content: flex-start;
  }

  .signal-grid,
  .release-board-grid,
  .coming-soon-grid,
  .reader-path-grid,
  .book-pathway-grid,
  .mode-grid,
  .press-fact-grid,
  .home .works-band .book-grid,
  .journal-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .reading-order-item {
    grid-template-columns: 3.6rem minmax(0, 1fr);
    align-items: start;
  }

  .reading-order-item .text-link {
    grid-column: 2;
  }

  .reading-order-number {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.2rem;
  }

  .event-card {
    grid-template-columns: 1fr;
  }

  .event-date {
    grid-template-columns: auto 1fr;
  }
}

@media (max-width: 640px) {
  .header-inner,
  .section-inner,
  .footer-inner,
  .footer-bottom,
  .hero-grid {
    width: min(100% - 1rem, var(--max));
  }

  .brand-text {
    max-width: 11rem;
    line-height: 1.06;
  }

  .hero-grid,
  .section-band,
  .newsletter-band,
  .page-hero,
  .book-detail-hero,
  .article-header {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .hero-copy h1 {
    font-size: 3.55rem;
  }

  .catalog-spotlight-copy h2 {
    font-size: 2.25rem;
  }

  .page-hero h1,
  .book-detail-hero h1,
  .article-header h1 {
    font-size: 2.9rem;
  }

  .lede {
    font-size: 1.02rem;
  }

  .hero-dossier {
    display: block;
    padding: 1rem;
  }

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

  .book-card {
    grid-template-columns: 6rem minmax(0, 1fr);
  }

  .book-cover-link {
    min-height: 10.75rem;
  }

  .home .works-band .book-card {
    grid-template-columns: 1fr;
  }

  .book-card-copy {
    padding: 1rem;
  }

  .book-card-copy h3 {
    font-size: 1.45rem;
  }

  .book-card-copy p:not(.eyebrow):not(.book-subtitle) {
    display: none;
  }

  .book-card-copy .tag-row {
    display: none;
  }

  .shop-item {
    grid-template-columns: 1fr;
  }

  .shop-cover {
    min-height: 0;
    aspect-ratio: 2 / 3;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section-heading h2,
  .release-board-header h2,
  .coming-soon-copy h2,
  .newsletter-band h2,
  .detail-sections h2,
  .shop-console-copy h2,
  .quote-card blockquote,
  .about-content h2,
  .press-layout h2,
  .contact-copy h2,
  .article-aside h2,
  .prose h2 {
    font-size: 2.1rem;
  }

  .field-grid,
  .search-submit-row {
    grid-template-columns: 1fr;
  }

  .footer-link-group {
    grid-template-columns: 1fr;
  }

  .release-card {
    grid-template-columns: 1fr;
  }

  .release-art {
    min-height: 16rem;
    aspect-ratio: 4 / 3;
    border-right: 0;
    border-bottom: 1px solid rgba(214, 157, 53, 0.18);
  }

  .line-open-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
  }

  .footer-bottom-links {
    justify-content: flex-start;
  }
}

body {
  position: relative;
  isolation: isolate;
  background-color: #080706;
  background-image: linear-gradient(180deg, rgba(9, 7, 6, 0.72), rgba(3, 4, 5, 0.94) 34rem, rgba(3, 4, 5, 0.98)), repeating-linear-gradient(0deg, rgba(247, 236, 216, 0.02) 0, rgba(247, 236, 216, 0.02) 1px, transparent 1px, transparent 7px);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.78)), url("/assets/img/official/phone-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

body.drawer-open {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: rgba(3, 4, 5, 0.42);
  border-bottom: 1px solid rgba(247, 236, 216, 0.1);
  backdrop-filter: blur(12px);
}

.site-header::before {
  display: none;
}

.top-header {
  min-height: 4.15rem;
}

.header-inner {
  min-height: 4.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.logo-btn,
.close-btn {
  font: inherit;
}

.logo-btn {
  width: 2.55rem;
  height: 2.55rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: inherit;
}

.logo-img {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

.logo-img.small {
  width: 2.15rem;
  height: 2.15rem;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.logo-text-link {
  color: var(--ink);
  text-decoration: none;
}

.logo-text {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.logo-sub {
  color: rgba(247, 236, 216, 0.62);
  font-size: 0.67rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-item.has-dropdown::before {
  content: "";
  position: absolute;
  left: -0.7rem;
  right: -0.7rem;
  top: 100%;
  height: 1.1rem;
}

.nav-link,
.nav-link-direct {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(247, 236, 216, 0.66);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link::after,
.nav-link-direct::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.65rem;
  height: 1px;
  background: transparent;
  opacity: 0;
  transform: scaleX(0.7);
  transition: opacity 150ms ease, transform 150ms ease, background 150ms ease;
}

.nav-item:hover .nav-link,
.nav-item:focus-within .nav-link,
.nav-item.is-open .nav-link,
.nav-link-direct:hover,
.nav-link-direct:focus-visible,
.nav-item.is-active .nav-link,
.nav-link-direct.is-active {
  color: var(--paper);
}

.nav-item:hover .nav-link::after,
.nav-item:focus-within .nav-link::after,
.nav-item.is-open .nav-link::after,
.nav-link-direct:hover::after,
.nav-link-direct:focus-visible::after,
.nav-item.is-active .nav-link::after,
.nav-link-direct.is-active::after {
  background: var(--gold);
  opacity: 1;
  transform: scaleX(1);
}

.caret {
  width: 0.45rem;
  height: 0.45rem;
  display: inline-block;
  transform: translateY(-0.12rem) rotate(45deg);
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  opacity: 0.78;
}

.nav-item.has-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0.8rem;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 0.7rem);
  right: 0;
  min-width: 13rem;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  padding: 0.6rem;
  border: 1px solid rgba(247, 236, 216, 0.14);
  border-radius: 10px;
  background: rgba(7, 7, 7, 0.98);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.46);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 140ms ease, transform 140ms ease, visibility 0s linear 140ms;
}

.nav-item.has-dropdown:hover .dropdown-menu,
.nav-item.has-dropdown:focus-within .dropdown-menu,
.nav-item.has-dropdown.is-open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 140ms ease, transform 140ms ease, visibility 0s;
}

.dropdown-menu a {
  padding: 0.48rem 0.55rem;
  border-radius: 8px;
  color: rgba(247, 236, 216, 0.7);
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  background: rgba(247, 236, 216, 0.06);
  color: var(--gold);
}

.header-social {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.header-social a {
  min-width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 157, 53, 0.42);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.16);
  color: var(--paper);
  text-decoration: none;
}

.header-social a svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.header-social a:hover,
.header-social a:focus-visible,
.logo-btn:hover,
.logo-btn:focus-visible {
  color: var(--teal);
  border-color: rgba(86, 210, 202, 0.56);
}

.header-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 157, 53, 0.5), transparent);
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 9990;
  background: rgba(3, 4, 5, 0.74);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.drawer-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.drawer {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9991;
  width: min(92vw, 392px);
  max-height: calc(100svh - 24px);
  overflow: auto;
  transform: translate(calc(-50% - 110vw), -50%);
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(214, 157, 53, 0.35);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(14, 10, 8, 0.99), rgba(5, 5, 5, 0.97) 48%, rgba(12, 8, 6, 0.99));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.62);
  transition: transform 220ms ease, opacity 180ms ease;
}

.drawer.open {
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: auto;
}

.drawer-header {
  position: sticky;
  top: 0;
  z-index: 2;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.05rem 1rem 0.85rem;
  border-bottom: 1px solid rgba(247, 236, 216, 0.08);
  background: linear-gradient(180deg, rgba(14, 10, 8, 0.99), rgba(9, 7, 6, 0.98));
}

.drawer-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 157, 53, 0.85), transparent);
}

.drawer-brand {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.drawer-title-link {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.05;
  text-decoration: none;
  text-transform: uppercase;
}

.drawer-subtitle {
  color: rgba(247, 236, 216, 0.74);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.close-btn {
  flex: 0 0 auto;
  padding: 0.35rem 0.5rem;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(247, 236, 216, 0.84);
  font-size: 1.15rem;
  line-height: 1;
}

.close-btn:hover,
.close-btn:focus-visible {
  background: rgba(247, 236, 216, 0.07);
  color: var(--ink);
}

.keypad-status {
  position: sticky;
  top: 4.72rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 1rem 0.55rem;
  border-bottom: 1px solid rgba(214, 157, 53, 0.22);
  background: linear-gradient(180deg, rgba(9, 7, 6, 0.98), rgba(7, 7, 7, 0.96));
}

.keypad-status-left {
  color: rgba(247, 236, 216, 0.82);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sigbars {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
}

.sigbars i {
  display: block;
  width: 4px;
  border-radius: 999px;
  background: rgba(214, 157, 53, 0.9);
  box-shadow: 0 0 0 3px rgba(214, 157, 53, 0.09);
}

.sigbars i:nth-child(1) {
  height: 7px;
}

.sigbars i:nth-child(2) {
  height: 11px;
}

.sigbars i:nth-child(3) {
  height: 15px;
}

.keypad-wrap {
  padding: 1rem;
  padding-bottom: calc(1rem + env(safe-area-inset-bottom));
}

.keypad {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.key {
  margin: 0;
  padding: 0;
}

.keycap {
  min-height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.38rem;
  padding: 0.78rem 0.82rem;
  border: 1px solid rgba(247, 236, 216, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(247, 236, 216, 0.055), rgba(247, 236, 216, 0.022));
  box-shadow: inset 0 12px 26px rgba(0, 0, 0, 0.18), 0 16px 30px rgba(0, 0, 0, 0.2);
  color: rgba(247, 236, 216, 0.86);
  text-decoration: none;
  transition: transform 80ms ease, background 150ms ease, color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.keycap:hover,
.keycap:focus-visible {
  border-color: rgba(214, 157, 53, 0.55);
  background: linear-gradient(180deg, rgba(214, 157, 53, 0.12), rgba(247, 236, 216, 0.03));
  color: var(--ink);
}

.keycap:active {
  transform: scale(0.985);
  box-shadow: inset 0 16px 30px rgba(0, 0, 0, 0.24), 0 10px 20px rgba(0, 0, 0, 0.2);
}

.key-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.55rem;
  min-width: 0;
}

.key-num {
  flex: 0 0 auto;
  color: rgba(247, 236, 216, 0.94);
  font-size: 1.08rem;
  font-weight: 700;
}

.key-word {
  flex: 1 1 auto;
  color: rgba(247, 236, 216, 0.92);
  font-size: 0.78rem;
  font-weight: 900;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.key-sub {
  color: rgba(247, 236, 216, 0.6);
  font-size: 0.64rem;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.key.active > .keycap {
  border-color: rgba(214, 157, 53, 0.68);
  background: linear-gradient(180deg, rgba(214, 157, 53, 0.18), rgba(247, 236, 216, 0.03));
  color: var(--ink);
}

.key.active > .keycap .key-num {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(214, 157, 53, 0.26);
}

.hero-section {
  background-color: #070707;
  background-image: linear-gradient(90deg, rgba(3, 4, 5, 0.96), rgba(3, 4, 5, 0.74) 42%, rgba(3, 4, 5, 0.38)), url("/assets/img/official/phone-bg.webp");
  background-position: center;
  background-size: cover;
}

.hero-section::before {
  background-image: linear-gradient(180deg, rgba(3, 4, 5, 0.2), rgba(3, 4, 5, 0.84)), repeating-linear-gradient(90deg, transparent 0, transparent 5.95rem, rgba(247, 236, 216, 0.065) 6rem);
}

.hero-feature {
  position: relative;
  align-self: end;
  display: grid;
  grid-template-columns: minmax(8rem, 11rem) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(214, 157, 53, 0.34);
  border-radius: 1rem;
  background: rgba(7, 7, 7, 0.76);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(10px);
}

.hero-feature-cover {
  display: block;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid rgba(247, 236, 216, 0.12);
  border-radius: 0.75rem;
  background: #08090a;
}

.hero-feature-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-feature-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.hero-feature-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  line-height: 1.02;
}

.hero-feature-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(247, 236, 216, 0.72);
  font-size: 0.94rem;
  line-height: 1.58;
}

.site-footer {
  margin-top: 0;
  padding: 2.2rem 0 1.8rem;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  letter-spacing: 0;
  border-top: 1px solid rgba(247, 236, 216, 0.1);
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.footer-layout {
  position: relative;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(16rem, 1fr) minmax(0, 1.65fr);
  gap: 2.5rem;
  align-items: start;
}

.footer-brand-title {
  margin-bottom: 0.45rem;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-brand-text {
  max-width: 22rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.65;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.15rem;
}

.footer-social a {
  width: 1.9rem;
  height: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px var(--gold), inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.footer-social a img {
  width: 1rem;
  height: 1rem;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  background: rgba(247, 236, 216, 0.06);
}

.footer-meta {
  margin-top: 1.15rem;
}

.footer-meta .footer-social {
  margin-top: 0;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  padding-right: 7.2rem;
}

.footer-link-group {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}

.footer-link-group h2 {
  margin: 0 0 0.4rem;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-link-group a {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  text-transform: none;
}

.footer-link-group a:hover,
.footer-link-group a:focus-visible,
.footer-bottom-links a:hover,
.footer-bottom-links a:focus-visible {
  color: var(--gold);
}

.footer-line {
  width: min(100% - 2rem, var(--max));
  height: 2px;
  min-height: 2px;
  margin: 2.1rem auto 0;
  background: linear-gradient(90deg, transparent 0, rgba(244, 237, 225, 0.18) 8%, rgba(216, 139, 69, 0.92) 28%, rgba(86, 210, 202, 0.68) 50%, rgba(216, 139, 69, 0.92) 72%, rgba(244, 237, 225, 0.18) 92%, transparent 100%);
  box-shadow: 0 0 18px rgba(216, 139, 69, 0.22);
  opacity: 1;
}

.footer-art-fixed {
  position: absolute;
  right: 0;
  bottom: -1.95rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.footer-square {
  width: 5.8rem;
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 0.2s ease;
}

.footer-square img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.footer-square:hover,
.footer-square:focus-visible {
  transform: translateY(-2px) rotate(-0.6deg);
}

.footer-legal {
  width: min(100% - 2rem, var(--max));
  margin: 1rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem 0.58rem;
  text-align: center;
}

.footer-legal-dot {
  color: rgba(244, 237, 225, 0.44);
  font-size: 0.66rem;
  line-height: 1;
}

.footer-legal a,
.footer-copy {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: var(--gold);
}

.footer-copy {
  width: min(100% - 2rem, var(--max));
  margin: 1rem auto 0;
  text-align: center;
}

.legal-shell {
  width: min(100% - 2rem, 980px);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5rem) 0 clamp(3.5rem, 7vw, 5.8rem);
}

.legal-hero {
  padding: 0 0 1.35rem;
  border-bottom: 1px solid rgba(216, 139, 69, 0.28);
}

.legal-hero h1 {
  margin: 0;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 7vw, 5.4rem);
  line-height: 0.92;
}

.legal-hero .lede {
  max-width: 72ch;
  margin-top: 0.9rem;
  color: rgba(244, 237, 225, 0.74);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.legal-meta span {
  padding: 0.38rem 0.62rem;
  border: 1px solid rgba(216, 139, 69, 0.34);
  border-radius: 999px;
  background: rgba(5, 4, 3, 0.46);
  color: rgba(244, 237, 225, 0.76);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-listing {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.1rem;
}

.legal-card {
  padding: clamp(1rem, 2.5vw, 1.45rem);
  border: 1px solid rgba(216, 139, 69, 0.22);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(18, 14, 11, 0.64), rgba(5, 4, 3, 0.78));
}

.legal-card h2 {
  margin: 0;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.05;
}

.legal-card-body {
  display: grid;
  gap: 0.72rem;
  margin-top: 0.78rem;
}

.legal-card p,
.legal-card li {
  color: rgba(244, 237, 225, 0.72);
  font-size: 0.96rem;
  line-height: 1.68;
}

.legal-card p {
  margin: 0;
}

.legal-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.legal-card li + li {
  margin-top: 0.3rem;
}

@media (max-width: 900px) {
  .main-nav {
    display: none;
  }

  .logo-sub {
    display: none;
  }

  .hero-feature {
    max-width: 42rem;
  }

  .footer-layout {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    padding-bottom: 5.8rem;
  }

  .footer-nav {
    padding-right: 0;
  }

  .footer-art-fixed {
    position: absolute;
    right: 50%;
    bottom: -1.95rem;
    transform: translateX(50%);
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .header-inner {
    min-height: 4rem;
  }

  .drawer {
    width: min(94vw, 392px);
    border-radius: 20px;
  }

  .keypad-wrap {
    padding: 0.9rem;
    padding-bottom: calc(0.9rem + env(safe-area-inset-bottom));
  }

  .keycap {
    min-height: 74px;
    border-radius: 16px;
    padding: 0.76rem 0.78rem;
  }

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

  .hero-feature-cover {
    max-width: 14rem;
  }

  .footer-brand,
  .footer-link-group {
    text-align: center;
  }

  .footer-brand-text {
    margin-inline: auto;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.05rem;
  }

  .footer-legal {
    width: min(100% - 1rem, var(--max));
    gap: 0.46rem 0.62rem;
  }
}

body {
  background: var(--bodyGrad, var(--body-grad, var(--bg, #080706)));
  color: var(--ink);
}

body::after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.76)), url("/assets/img/official/phone-bg.webp");
  opacity: 0.42;
}

.site-header {
  background: var(--headerBg, rgba(3, 4, 5, 0.72));
  border-bottom-color: var(--headerBorder, var(--line));
}

.header-line {
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.dropdown-menu {
  border-color: var(--dropdownBorder, var(--line));
  background: var(--dropdownBg, rgba(7, 7, 7, 0.98));
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  background: var(--dropdownHover, rgba(247, 236, 216, 0.06));
  color: var(--accent);
}

.drawer {
  border-color: var(--drawerBorder, var(--line));
  background: var(--drawerBg, linear-gradient(180deg, rgba(14, 10, 8, 0.99), rgba(5, 5, 5, 0.97)));
}

.drawer-header {
  border-bottom-color: var(--drawerHeaderLine, var(--line));
  background: var(--drawerBg, rgba(9, 7, 6, 0.98));
}

.drawer-header::after {
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.keypad-status {
  border-bottom-color: var(--line);
  background: var(--drawerBg, rgba(7, 7, 7, 0.96));
}

.sigbars i,
.button-primary,
.btn-primary {
  background: var(--accent);
}

.button-primary {
  border-color: var(--line);
  color: var(--bg);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--accent);
  filter: brightness(1.08);
  color: var(--bg);
}

.button-secondary,
.newsletter-form,
.contact-form,
.site-search-form,
.book-card,
.journal-card,
.quote-card,
.event-card,
.result-card,
.detail-facts,
.fact-panel,
.asset-panel,
.article-aside,
.reader-path-card,
.book-pathway-card,
.book-pitch-panel,
.excerpt-panel,
.book-action-panel,
.shop-item,
.shop-panel,
.shop-console-copy,
.shop-console-stats,
.settings-panel,
.settings-palette-board {
  border-color: var(--line);
  background: var(--surface);
}

.text-link,
a:hover,
.nav-link:hover,
.nav-link-direct:hover,
.nav-item.is-active .nav-link,
.nav-link-direct.is-active,
.eyebrow,
.book-subtitle,
.journal-meta,
.event-place,
.footer-link-group a:hover,
.footer-link-group a:focus-visible,
.footer-bottom-links a:hover,
.footer-bottom-links a:focus-visible {
  color: var(--accent);
}

.hero-section,
.page-hero,
.article-header,
.book-detail-hero {
  background-color: var(--bg);
}

.hero-section {
  background-image: linear-gradient(90deg, color-mix(in srgb, var(--bg) 96%, transparent), color-mix(in srgb, var(--bg) 72%, transparent) 42%, color-mix(in srgb, var(--bg) 38%, transparent)), url("/assets/img/official/phone-bg.webp");
}

.page-hero,
.article-header,
.book-detail-hero {
  background-image: linear-gradient(90deg, color-mix(in srgb, var(--bg) 96%, transparent), color-mix(in srgb, var(--bg) 72%, transparent)), url("/assets/img/official/phone-bg.webp");
}

.release-board-band,
.works-band,
.reader-path-band,
.section-muted,
.signal-band,
.coming-soon-band,
.reading-order-band,
.about-modes-band,
.excerpt-band,
.book-signals-band,
.shop-console-band,
.home-featured-band,
.home-dispatch-band {
  background: color-mix(in srgb, var(--bg) 86%, #000 14%);
}

.hero-feature,
.release-board-shell,
.release-card,
.coming-soon-card,
.catalog-spotlight,
.home-cover-feature,
.home-dispatch-feature,
.home-post-list a,
.mode-card,
.press-fact {
  border-color: var(--line);
  background: color-mix(in srgb, var(--surface) 86%, transparent);
}

.settings-band {
  background: color-mix(in srgb, var(--bg) 90%, #000 10%);
}

.settings-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  align-items: start;
}

.settings-panel {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: var(--shadow);
}

.settings-panel-head {
  margin-bottom: 1rem;
}

.settings-panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.06;
}

.settings-field,
.settings-field-grid {
  display: grid;
  gap: 0.55rem;
}

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

.settings-field label {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.settings-field select {
  width: 100%;
  min-height: 2.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--bg) 82%, var(--surface) 18%);
  color: var(--ink);
  padding: 0.7rem 0.78rem;
}

.settings-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.settings-palette-drawer {
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: color-mix(in srgb, var(--surface) 74%, transparent);
  box-shadow: var(--shadow);
}

.settings-palette-drawer summary {
  min-height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  cursor: pointer;
  list-style: none;
}

.settings-palette-drawer summary::-webkit-details-marker {
  display: none;
}

.settings-palette-drawer summary strong {
  display: block;
  margin-top: 0.18rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.05;
}

.settings-disclosure {
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--bg) 74%, transparent);
}

.settings-disclosure::before,
.settings-disclosure::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.82rem;
  height: 2px;
  background: var(--accent);
  transform: translate(-50%, -50%);
}

.settings-disclosure::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.settings-palette-drawer[open] .settings-disclosure::after {
  opacity: 0;
}

.settings-palette-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 1rem;
  border-top: 1px solid var(--line);
}

.palette-swatch {
  min-height: 7.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: minmax(3rem, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  padding: 0;
}

.palette-swatch span {
  width: 100%;
  height: 100%;
}

.palette-swatch strong {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  min-height: 2.45rem;
  padding: 0.45rem 0.6rem;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
}

.palette-swatch:hover,
.palette-swatch:focus-visible {
  border-color: var(--accent);
}

.site-footer {
  background: color-mix(in srgb, var(--bg) 72%, transparent);
  border-top-color: var(--line);
}

.reader-router-band {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 16% 0, color-mix(in srgb, var(--accent) 18%, transparent), transparent 30rem), linear-gradient(135deg, color-mix(in srgb, var(--bg) 84%, #000 16%), color-mix(in srgb, var(--surface) 74%, #000 26%));
}

.reader-router-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(90deg, color-mix(in srgb, var(--line) 52%, transparent) 0, color-mix(in srgb, var(--line) 52%, transparent) 1px, transparent 1px, transparent 5.5rem);
  opacity: 0.36;
}

.reader-router-band .section-inner {
  position: relative;
}

.reader-router-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.56fr);
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 1.2rem;
}

.reader-router-head h2,
.signal-feature h2,
.signal-archive-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.7rem;
  line-height: 1.02;
}

.reader-router-head p:not(.eyebrow),
.signal-feature p,
.signal-lanes p,
.search-prompt-grid strong {
  margin: 0;
  color: var(--muted);
}

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

.reader-route-card {
  min-width: 0;
}

.reader-route-card a {
  min-height: 18rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.78rem;
  padding: 1.1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, color-mix(in srgb, var(--surface) 78%, transparent), color-mix(in srgb, var(--bg) 88%, transparent));
  color: var(--ink);
  text-decoration: none;
}

.reader-route-card a::before {
  content: "";
  position: absolute;
  inset: auto -20% -42% 24%;
  height: 8rem;
  transform: rotate(-9deg);
  background: color-mix(in srgb, var(--accent) 18%, transparent);
}

.reader-route-card a:hover,
.reader-route-card a:focus-visible {
  border-color: var(--accent);
  color: var(--ink);
}

.reader-route-index {
  width: 3.35rem;
  height: 3.35rem;
  position: relative;
  display: inline-grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 52%, transparent);
  border-radius: 999px;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.reader-route-meta {
  position: relative;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reader-route-card strong {
  position: relative;
  max-width: 11ch;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.02;
}

.reader-route-card span:last-of-type {
  position: relative;
  color: var(--muted);
}

.reader-route-card em {
  position: relative;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: var(--accent);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.reader-route-card em svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.reader-router-band.is-compact .reader-route-card a {
  min-height: 13rem;
}

.reader-match-panel {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.reader-match-panel div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.55rem;
  border-top: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
}

.reader-match-panel span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reader-match-panel strong {
  color: var(--ink);
  font-size: 0.9rem;
  text-align: right;
}

.signal-console-band {
  background: radial-gradient(circle at 72% 0, color-mix(in srgb, var(--accent) 16%, transparent), transparent 28rem), color-mix(in srgb, var(--bg) 88%, #000 12%);
}

.signal-console {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.46fr);
  gap: 1rem;
  align-items: stretch;
}

.signal-feature,
.signal-lanes,
.search-prompt-grid a {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--surface) 84%, transparent);
}

.signal-feature {
  min-height: 22rem;
  display: grid;
  align-content: end;
  gap: 1rem;
  padding: 1.35rem;
  background-image: linear-gradient(145deg, color-mix(in srgb, var(--surface) 78%, transparent), color-mix(in srgb, var(--bg) 88%, transparent)), repeating-linear-gradient(0deg, color-mix(in srgb, var(--line) 55%, transparent) 0, color-mix(in srgb, var(--line) 55%, transparent) 1px, transparent 1px, transparent 12px);
}

.signal-feature h2 a {
  color: var(--ink);
  text-decoration: none;
}

.signal-tag-list,
.article-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.signal-tag-list span,
.article-tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  border: 1px solid color-mix(in srgb, var(--accent) 34%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  color: var(--accent);
  padding: 0.18rem 0.52rem;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signal-tag-list.is-large {
  align-self: end;
}

.signal-lanes {
  display: grid;
  gap: 0.75rem;
  padding: 1.1rem;
}

.signal-lanes div {
  display: grid;
  gap: 0.32rem;
  padding: 0.78rem 0 0;
  border-top: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
}

.signal-lanes span {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signal-lanes strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.08;
}

.signal-archive-head {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(20rem, 1fr);
  gap: 1.2rem;
  align-items: end;
  margin-bottom: 1.4rem;
}

.signal-tools {
  display: grid;
  gap: 0.75rem;
}

.signal-newsletter-band {
  border-top: 1px solid var(--line);
}

.signal-status-band {
  padding: 2.4rem 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--danger) 18%, transparent), color-mix(in srgb, var(--bg) 96%, transparent) 42%, color-mix(in srgb, var(--good) 10%, transparent));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.signal-status-board {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.55fr) minmax(14rem, 0.5fr);
  gap: 1rem;
  align-items: end;
}

.signal-status-board h2 {
  max-width: 12em;
}

.signal-status-board p:not(.eyebrow) {
  max-width: 46rem;
  color: var(--muted);
}

.signal-status-board dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.22);
}

.signal-status-board dl div {
  display: grid;
  gap: 0.18rem;
  padding: 0.82rem;
  border-right: 1px solid var(--line);
}

.signal-status-board dl div:last-child {
  border-right: 0;
}

.signal-status-board dt {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signal-status-board dd {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1;
}

.search-prompt-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 2rem;
}

.search-prompt-grid a {
  min-height: 7rem;
  display: grid;
  align-content: space-between;
  gap: 0.6rem;
  padding: 0.9rem;
  text-decoration: none;
}

.search-prompt-grid a:hover,
.search-prompt-grid a:focus-visible {
  border-color: var(--accent);
}

.search-prompt-grid span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .reader-router-head,
  .signal-console,
  .signal-archive-head,
  .signal-status-board {
    grid-template-columns: 1fr;
  }

  .reader-router-grid,
  .search-prompt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signal-status-board {
    align-items: start;
  }

  .settings-layout,
  .settings-field-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 520px) {
  .reader-router-grid,
  .search-prompt-grid {
    grid-template-columns: 1fr;
  }

  .reader-route-card a,
  .reader-router-band.is-compact .reader-route-card a {
    min-height: 12rem;
  }

  .signal-feature,
  .signal-lanes {
    padding: 0.9rem;
  }

  .signal-status-band {
    padding: 1.4rem 0;
  }

  .signal-status-board dl {
    grid-template-columns: 1fr;
  }

  .signal-status-board dl div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .signal-status-board dl div:last-child {
    border-bottom: 0;
  }

  .reader-router-head h2,
  .signal-feature h2,
  .signal-archive-head h2 {
    font-size: 2.1rem;
  }

  .settings-palette-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    padding: 0.75rem;
  }

  .settings-palette-drawer summary {
    min-height: 4rem;
    padding: 0.85rem;
  }

  .palette-swatch {
    min-height: 6.2rem;
  }

  .palette-swatch strong {
    min-height: 2.25rem;
    padding: 0.38rem 0.48rem;
    font-size: 0.62rem;
  }
}

@media (min-width: 430px) and (max-width: 620px) {
  .settings-palette-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-header {
    background: color-mix(in srgb, var(--bg) 92%, #000 8%);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
  }

  .top-header,
  .header-inner {
    min-height: 3.55rem;
  }

  .header-inner,
  .section-inner,
  .footer-inner,
  .footer-bottom,
  .hero-grid {
    width: min(100% - 1rem, var(--max));
  }

  .header-inner {
    gap: 0.55rem;
  }

  .brand {
    gap: 0.55rem;
    flex: 1 1 auto;
    min-width: 0;
  }

  .logo-btn,
  .logo-img {
    width: 2.18rem;
    height: 2.18rem;
    border-radius: 8px;
  }

  .logo-text {
    font-size: 0.86rem;
    line-height: 1;
    white-space: nowrap;
  }

  .logo-sub,
  .main-nav,
  .header-social a[aria-label="Contact"],
  .breadcrumbs {
    display: none;
  }

  .header-social {
    flex: 0 0 auto;
    gap: 0.4rem;
  }

  .header-social a {
    min-width: 2.22rem;
    height: 2.22rem;
    border-radius: 9px;
    background: color-mix(in srgb, var(--surface) 84%, transparent);
  }

  .header-line {
    opacity: 0.48;
  }

  .drawer {
    inset: auto;
    top: 50%;
    left: 50%;
    width: min(92vw, 392px);
    max-height: calc(100svh - 1rem);
    transform: translate(-50%, -50%) scale(0.96);
    border: 1px solid rgba(214, 157, 53, 0.35);
    border-radius: 22px;
  }

  .drawer.open {
    transform: translate(-50%, -50%) scale(1);
  }

  .drawer-header {
    padding: 0.8rem 0.9rem 0.72rem;
  }

  .drawer-title-link {
    font-size: 0.95rem;
  }

  .drawer-subtitle,
  .keypad-status-left {
    font-size: 0.62rem;
  }

  .keypad-status {
    top: 3.62rem;
    padding: 0.52rem 0.9rem;
  }

  .keypad-wrap {
    padding: 0.72rem;
    padding-bottom: calc(0.8rem + env(safe-area-inset-bottom));
  }

  .keypad {
    gap: 0.45rem;
  }

  .keycap {
    min-height: 4.1rem;
    border-radius: 14px;
    padding: 0.62rem;
  }

  .key-num {
    font-size: 0.98rem;
  }

  .key-word {
    font-size: 0.68rem;
  }

  .key-sub {
    font-size: 0.58rem;
  }

  .hero-grid,
  .section-band,
  .newsletter-band,
  .page-hero,
  .book-detail-hero,
  .article-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
  }

  .hero-copy h1 {
    max-width: 8ch;
    font-size: 2.85rem;
    line-height: 0.94;
  }

  .page-hero h1,
  .book-detail-hero h1,
  .article-header h1 {
    font-size: 2.35rem;
    line-height: 0.98;
  }

  .eyebrow {
    margin-bottom: 0.55rem;
    font-size: 0.66rem;
  }

  .lede {
    margin-top: 0.75rem;
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .action-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-top: 1.15rem;
  }

  .button {
    min-height: 2.52rem;
    padding: 0.62rem 0.78rem;
    font-size: 0.78rem;
  }

  .hero-feature {
    width: 100%;
    grid-template-columns: 5.25rem minmax(0, 1fr);
    gap: 0.72rem;
    padding: 0.72rem;
    border-radius: 10px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.38);
  }

  .hero-feature-cover {
    max-width: none;
    border-radius: 8px;
  }

  .hero-feature-copy {
    gap: 0.4rem;
    justify-content: center;
  }

  .hero-feature-copy h2 {
    font-size: 1.22rem;
  }

  .hero-feature-copy p:not(.eyebrow),
  .hero-feature-copy .tag-row {
    display: none;
  }

  .text-link {
    font-size: 0.72rem;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 0.42rem;
    margin-bottom: 1rem;
  }

  .section-heading h2,
  .release-board-header h2,
  .coming-soon-copy h2,
  .newsletter-band h2,
  .detail-sections h2,
  .quote-card blockquote,
  .about-content h2,
  .press-layout h2,
  .contact-copy h2,
  .article-aside h2,
  .prose h2,
  .signal-feature h2,
  .signal-archive-head h2 {
    font-size: 1.65rem;
    line-height: 1.04;
  }

  .release-board-band,
  .coming-soon-band,
  .signal-band {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .release-board-shell {
    padding: 0.7rem;
  }

  .release-board-header {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-bottom: 0.7rem;
    padding: 0.2rem 0.2rem 0.7rem;
  }

  .release-board-tabs {
    display: none;
  }

  .release-board-grid,
  .coming-soon-grid,
  .signal-grid,
  .mode-grid,
  .press-fact-grid,
  .journal-grid,
  .quote-grid,
  .home .works-band .book-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .release-card {
    min-height: 0;
    grid-template-columns: 6.2rem minmax(0, 1fr);
  }

  .release-art {
    min-height: 8.8rem;
    aspect-ratio: auto;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .release-art img {
    padding: 0.42rem;
  }

  .release-number {
    top: 0.45rem;
    left: 0.45rem;
    min-width: 1.8rem;
    min-height: 1.8rem;
    font-size: 0.78rem;
  }

  .release-copy {
    gap: 0.44rem;
    padding: 0.72rem;
  }

  .release-meta,
  .coming-soon-status,
  .journal-meta {
    gap: 0.35rem;
    font-size: 0.62rem;
  }

  .release-copy h3,
  .coming-soon-card h3,
  .journal-card h3,
  .event-card h3,
  .result-card h2,
  .book-card-copy h3,
  .shop-copy h2,
  .shop-panel h2 {
    font-size: 1.18rem;
    line-height: 1.07;
  }

  .release-copy p {
    display: none;
  }

  .coming-soon-layout,
  .signal-layout,
  .about-content,
  .press-layout,
  .contact-layout,
  .events-layout,
  .article-layout,
  .detail-layout,
  .newsletter-layout,
  .shop-console,
  .shop-layout,
  .catalog-spotlight,
  .about-grid,
  .press-grid,
  .signal-console,
  .signal-archive-head {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .coming-soon-copy,
  .coming-soon-card,
  .signal-card,
  .journal-card,
  .quote-card,
  .result-card,
  .shop-console-copy,
  .shop-console-stats,
  .shop-panel,
  .fact-panel,
  .asset-panel,
  .article-aside,
  .book-pitch-panel,
  .excerpt-panel,
  .newsletter-form,
  .contact-form,
  .site-search-form,
  .settings-panel {
    padding: 0.9rem;
  }

  .coming-soon-card {
    min-height: 0;
  }

  .coming-soon-card::before {
    display: none;
  }

  .signal-card {
    min-height: 0;
  }

  .home-switchboard,
  .home-broadcast-grid,
  .home-shop-layout {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .home-switchboard-band,
  .home-library-band,
  .home-broadcast-band,
  .home-shop-band {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .home-switchboard-head,
  .home-broadcast-feature,
  .home-shop-copy {
    min-height: 0;
    padding: 0.9rem;
  }

  .home-switchboard-head p:not(.eyebrow) {
    display: none;
  }

  .home-switchboard-head h2,
  .home-shop-copy h2,
  .home-broadcast-feature h3 {
    font-size: 1.65rem;
    line-height: 1.04;
  }

  .home-switchboard-grid,
  .home-signal-stack,
  .home-signal-panels,
  .home-shop-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .home-switchboard-card,
  .home-signal-link,
  .home-shop-links a {
    min-height: 7.6rem;
    padding: 0.75rem;
  }

  .home-switchboard-card strong,
  .home-signal-link strong,
  .home-shop-links strong {
    font-size: 1.05rem;
    line-height: 1.06;
  }

  .home-switch-value {
    font-size: 1.45rem;
  }

  .home-book-row {
    grid-template-columns: 5.6rem minmax(0, 1fr);
    gap: 0.7rem;
    padding: 0.68rem;
  }

  .home-book-cover {
    align-self: stretch;
  }

  .home-book-copy h3 {
    font-size: 1.25rem;
  }

  .home-book-copy p:not(.eyebrow) {
    display: none;
  }

  .home-book-facts {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .home-book-facts div {
    padding: 0.52rem;
  }

  .home-book-facts dt {
    font-size: 0.58rem;
  }

  .home-book-facts dd {
    font-size: 0.72rem;
  }

  .home-book-action {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .home-signal-panels article {
    padding: 0.75rem;
  }

  .home-signal-panels h3 {
    font-size: 1rem;
  }

  .catalog-spotlight {
    margin-bottom: 1rem;
    padding: 0.85rem;
  }

  .catalog-spotlight-copy h2 {
    font-size: 1.75rem;
  }

  .catalog-spotlight-cover {
    max-width: 12rem;
    justify-self: start;
  }

  .catalog-tools {
    gap: 0.7rem;
    margin-bottom: 1rem;
    padding: 0.72rem 0;
  }

  .search-field {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.45rem;
    padding: 0.52rem 0.62rem;
  }

  .search-field span {
    display: none;
  }

  .field input,
  .field textarea,
  .site-search-form input,
  .search-field input {
    min-height: 2.5rem;
    padding: 0.58rem 0.62rem;
  }

  .filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scrollbar-width: none;
  }

  .filter-row::-webkit-scrollbar {
    display: none;
  }

  .filter-button {
    flex: 0 0 auto;
    min-height: 2rem;
    padding: 0.42rem 0.62rem;
    font-size: 0.64rem;
  }

  .book-card,
  .home .works-band .book-card,
  .shop-item {
    grid-template-columns: 5.9rem minmax(0, 1fr);
    min-height: 0;
  }

  .book-cover-link,
  .home .works-band .book-cover-link,
  .shop-cover {
    min-height: 8.8rem;
    aspect-ratio: auto;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .book-cover-link img,
  .shop-cover img,
  .detail-cover {
    padding: 0.42rem;
  }

  .book-card-copy,
  .shop-copy {
    padding: 0.75rem;
    gap: 0.38rem;
    align-content: start;
  }

  .book-card-copy p:not(.eyebrow):not(.book-subtitle),
  .book-card-copy .tag-row,
  .shop-copy p:not(.eyebrow) {
    display: none;
  }

  .shop-actions {
    gap: 0.38rem;
    margin-top: 0.15rem;
  }

  .shop-console-band {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .shop-console-stats {
    gap: 0.45rem;
    padding: 0.72rem;
  }

  .shop-console-stats div {
    padding: 0.58rem;
  }

  .shop-console-stats span {
    font-size: 1.22rem;
  }

  .shop-console-stats p {
    font-size: 0.58rem;
  }

  .shop-meta {
    display: none;
  }

  .shop-actions .button {
    min-height: 2rem;
    padding: 0.46rem 0.54rem;
    font-size: 0.65rem;
  }

  .book-detail-hero {
    min-height: 0;
  }

  .book-detail-grid {
    grid-template-columns: 6.4rem minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
  }

  .detail-cover-wrap {
    width: 100%;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.44);
  }

  .detail-subtitle {
    margin-top: 0.42rem;
    font-size: 0.92rem;
  }

  .book-detail-hero .tag-row {
    display: none;
  }

  .book-hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    margin-top: 0.72rem;
  }

  .book-hero-facts div {
    padding: 0.52rem;
  }

  .book-hero-facts dt,
  .shop-meta dt {
    font-size: 0.58rem;
  }

  .book-hero-facts dd,
  .shop-meta dd {
    font-size: 0.72rem;
  }

  .detail-copy .action-row {
    margin-top: 0.75rem;
  }

  .detail-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    padding: 0.85rem;
  }

  .detail-facts dt {
    font-size: 0.64rem;
  }

  .detail-facts dd {
    font-size: 0.84rem;
  }

  .detail-sections {
    gap: 1rem;
  }

  .portrait,
  .press-portrait {
    max-width: 12rem;
    justify-self: start;
  }

  .signal-feature {
    min-height: 0;
  }

  .signal-lanes {
    gap: 0.45rem;
  }

  .search-submit-row,
  .settings-layout,
  .settings-field-grid {
    grid-template-columns: 1fr;
  }

  .search-prompt-grid {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .search-prompt-grid a {
    min-height: 4.7rem;
    padding: 0.75rem;
  }

  .footer-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .footer-brand,
  .footer-link-group {
    text-align: left;
  }

  .footer-brand-text {
    margin-inline: 0;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8.25rem, 1fr));
    gap: 1rem 1.15rem;
    align-items: start;
  }

  .footer-bottom {
    width: min(100% - 1rem, var(--max));
    display: grid;
    gap: 0.6rem;
    padding-top: 0.85rem;
  }

  .footer-bottom-links {
    justify-content: flex-start;
    gap: 0.7rem;
  }
}

@media (max-width: 420px) {
  .logo-text {
    font-size: 0.78rem;
  }

  .header-social a {
    display: none;
  }

  .hero-copy h1 {
    font-size: 2.55rem;
  }

  .page-hero h1,
  .book-detail-hero h1,
  .article-header h1 {
    font-size: 2.05rem;
  }

  .release-card {
    grid-template-columns: 5.6rem minmax(0, 1fr);
  }

  .book-card,
  .home .works-band .book-card,
  .shop-item {
    grid-template-columns: 5.35rem minmax(0, 1fr);
  }

  .book-detail-grid {
    grid-template-columns: 5.7rem minmax(0, 1fr);
  }

  .release-art,
  .book-cover-link,
  .home .works-band .book-cover-link,
  .shop-cover {
    min-height: 8rem;
    aspect-ratio: auto;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .release-copy p {
    display: none;
  }

  .detail-facts {
    grid-template-columns: 1fr;
  }
}

.signal-archive-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signal-archive-meta a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--accent);
  text-decoration: none;
}

.signal-archive-meta svg,
.article-utilities svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.dropdown-menu a[aria-current="page"] {
  background: var(--dropdownHover, rgba(247, 236, 216, 0.06));
  color: var(--accent);
}

.home-hero-control.is-toggle svg {
  width: 0.92rem;
  height: 0.92rem;
  fill: currentColor;
}

.article-progress {
  position: fixed;
  top: 4.15rem;
  left: 0;
  right: 0;
  z-index: 1199;
  height: 2px;
  pointer-events: none;
}

.article-progress span {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--accent);
  box-shadow: 0 0 16px color-mix(in srgb, var(--accent) 65%, transparent);
  transform: scaleX(0);
  transform-origin: left center;
}

.article-published {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 1rem;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-published > *:not(:last-child)::after {
  content: "/";
  margin-left: 1rem;
  color: var(--line-strong);
}

.article-utilities {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.2rem;
}

.article-utilities a,
.article-utilities button {
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.48rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--surface) 68%, transparent);
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.article-utilities a:first-child svg {
  transform: rotate(180deg);
}

.article-utilities a:hover,
.article-utilities a:focus-visible,
.article-utilities button:hover,
.article-utilities button:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.article-body p:first-child::first-letter {
  float: left;
  margin: 0.08em 0.12em 0 0;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 0.78;
}

.article-aside {
  position: sticky;
  top: 6rem;
}

.article-record {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--line);
}

.article-record div {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--line);
}

.article-record dt {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-record dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.article-related-mini {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.5rem;
}

.article-related-mini h2 {
  margin: 0.35rem 0 0;
  font-size: 1.35rem;
}

.article-footer {
  padding: 0 0 4rem;
  border-top: 1px solid var(--line);
}

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

.article-neighbor {
  min-height: 8rem;
  display: grid;
  align-content: center;
  gap: 0.35rem;
  padding: 1.35rem;
  color: var(--ink);
  text-decoration: none;
}

.article-neighbor + .article-neighbor {
  border-left: 1px solid var(--line);
}

.article-neighbor:only-child {
  grid-column: 1 / -1;
}

.article-neighbor span {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-neighbor strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.08;
}

.article-neighbor.is-older {
  text-align: right;
}

.article-neighbor:hover,
.article-neighbor:focus-visible {
  background: color-mix(in srgb, var(--accent) 8%, transparent);
  color: var(--ink);
}

@media (max-width: 700px) {
  .article-progress {
    top: 3.68rem;
  }

  .article-published {
    display: grid;
    justify-items: center;
  }

  .article-published > *:not(:last-child)::after {
    display: none;
  }

  .article-utilities {
    justify-content: center;
  }

  .article-aside {
    position: static;
  }

  .article-neighbors {
    grid-template-columns: 1fr;
  }

  .article-neighbor + .article-neighbor {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .article-neighbor,
  .article-neighbor.is-older {
    min-height: 6.5rem;
    padding: 1rem;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .home .hero-section {
    min-height: 0;
    display: block;
    background-image: linear-gradient(180deg, color-mix(in srgb, var(--bg) 30%, transparent), color-mix(in srgb, var(--bg) 92%, transparent) 72%), linear-gradient(90deg, color-mix(in srgb, var(--bg) 92%, transparent), color-mix(in srgb, var(--bg) 34%, transparent)), url("/assets/img/official/phone-bg.webp");
    background-position: center top;
  }

  .home .hero-section::before {
    opacity: 0.58;
  }

  .home .hero-grid {
    min-height: 0;
    padding-top: 1.15rem;
    padding-bottom: 1.3rem;
    align-content: start;
    gap: 1.05rem;
  }

  .home .hero-copy h1 {
    max-width: 100%;
    font-size: 3.55rem;
    line-height: 0.9;
    overflow-wrap: normal;
    word-break: normal;
  }

  .home .hero-copy .lede {
    max-width: 24rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .home .hero-copy .action-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 24rem;
  }

  .home .hero-feature {
    grid-template-columns: 6.8rem minmax(0, 1fr);
    gap: 0.85rem;
    padding: 0.82rem;
    border-radius: 12px;
    background: color-mix(in srgb, var(--surface) 82%, transparent);
  }

  .home .hero-feature-cover {
    aspect-ratio: 2 / 3;
    border-radius: 9px;
  }

  .home .hero-feature-copy {
    gap: 0.46rem;
  }

  .home .hero-feature-copy h2 {
    font-size: 1.48rem;
  }

  .home .hero-feature-copy p:not(.eyebrow) {
    display: block;
    max-height: 3.9em;
    overflow: hidden;
    font-size: 0.82rem;
    line-height: 1.32;
  }

  .home .hero-feature-copy .tag-row {
    display: none;
  }
}

@media (max-width: 420px) {
  .home .hero-section {
    min-height: 0;
  }

  .home .hero-copy h1 {
    max-width: 100%;
    font-size: 3.05rem;
    overflow-wrap: normal;
    word-break: normal;
  }

  .home .hero-copy .action-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 24rem;
  }

  .home .hero-feature {
    grid-template-columns: 5.85rem minmax(0, 1fr);
  }

  .home .hero-feature-copy h2 {
    font-size: 1.26rem;
  }
}

@media (max-width: 350px) {
  .home .hero-copy .action-row {
    grid-template-columns: 1fr;
    max-width: 14rem;
  }
}

@media (max-width: 760px) {
  .home-hero-stats {
    max-width: 100%;
    margin-top: 1rem;
    gap: 0.45rem;
  }

  .home-hero-stats div {
    padding: 0.52rem;
  }

  .home-hero-stats dt {
    font-size: 0.58rem;
  }

  .home-hero-stats dd {
    font-size: 1.25rem;
  }

  .home .home-hero-feature {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .home-hero-cover-stack {
    min-height: 10.5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.48rem;
  }

  .home-hero-cover-card,
  .home-hero-cover-card[data-card="1"],
  .home-hero-cover-card[data-card="2"],
  .home-hero-cover-card[data-card="3"] {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: none;
    transform: none;
  }

  .home-hero-cover-card:hover,
  .home-hero-cover-card:focus-visible {
    transform: translateY(-0.18rem);
  }

  .home-featured-band,
  .home-dispatch-band {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .home-featured-layout,
  .home-dispatch-layout {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .home-featured-copy,
  .home-dispatch-feature {
    min-height: 0;
    padding: 0.9rem;
  }

  .home-featured-copy h2,
  .home-dispatch-feature h2 {
    font-size: 1.65rem;
    line-height: 1.04;
  }

  .home-featured-copy p:not(.eyebrow) {
    margin-top: 0.75rem;
  }

  .home-quick-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.52rem;
  }

  .home-quick-links a {
    min-height: 4.2rem;
    grid-template-columns: 1fr auto;
    gap: 0.4rem;
    padding: 0.62rem;
  }

  .home-quick-links span {
    grid-column: 1 / -1;
  }

  .home-cover-gallery {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .home-cover-feature {
    grid-template-columns: 6.4rem minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .home-cover-feature-art {
    min-height: 9.4rem;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .home-cover-feature-art img {
    width: 100%;
    padding: 0.42rem;
  }

  .home-cover-feature-copy {
    padding: 0.75rem;
    gap: 0.4rem;
  }

  .home-cover-feature-copy h3 {
    font-size: 1.25rem;
  }

  .home-cover-feature-copy p:not(.eyebrow) {
    display: none;
  }

  .home-dispatch-feature {
    justify-content: start;
  }

  .home-post-list {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .home-post-list a {
    min-height: 6.4rem;
    padding: 0.75rem;
  }

  .home-post-list strong {
    font-size: 1.12rem;
  }

  .home-theme-strip {
    padding: 0.7rem;
    gap: 0.42rem;
  }

  .home-theme-strip span {
    min-height: 1.8rem;
    padding: 0.24rem 0.48rem;
    font-size: 0.62rem;
  }
}

@media (max-width: 420px) {
  .home-quick-links {
    grid-template-columns: 1fr;
  }

  .home .home-hero-feature .hero-feature-copy p:not(.eyebrow) {
    display: none;
  }

  .home-cover-feature {
    grid-template-columns: 5.7rem minmax(0, 1fr);
  }

  .home-cover-feature-art {
    min-height: 8.4rem;
  }
}

.home .home-hero {
  overflow: hidden;
  background-color: #050403;
  background-image: linear-gradient(90deg, rgba(6, 4, 3, 0.94), rgba(6, 4, 3, 0.7) 42%, rgba(6, 4, 3, 0.24)), linear-gradient(180deg, rgba(26, 21, 17, 0.54), rgba(5, 4, 3, 0.88) 74%, #050403), url("/assets/img/official/phone-bg.webp");
  background-position: center;
  background-size: cover;
  border-bottom-color: rgba(216, 139, 69, 0.34);
}

.home .home-hero::before {
  z-index: 0;
  opacity: 0.54;
  background-image: linear-gradient(90deg, rgba(216, 139, 69, 0.08), transparent 26%, transparent 76%, rgba(216, 139, 69, 0.1)), repeating-linear-gradient(0deg, rgba(244, 237, 225, 0.018) 0, rgba(244, 237, 225, 0.018) 1px, transparent 1px, transparent 9px);
}

.home .home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/assets/img/official/phone-bg.webp");
  background-position: center;
  background-size: cover;
  filter: invert(78%) sepia(24%) saturate(720%) hue-rotate(344deg) brightness(0.78);
  opacity: 0.22;
  pointer-events: none;
}

.home .home-hero-grid {
  width: min(1280px, calc(100% - 2rem));
  min-height: min(620px, calc(100svh - 4.8rem));
  padding: 3.65rem 0 3.2rem;
  grid-template-columns: minmax(0, 0.86fr) minmax(26rem, 0.84fr);
  align-items: start;
  gap: min(6vw, 5rem);
}

.home .home-hero-copy {
  max-width: 54rem;
  align-self: start;
  padding-top: 0.7rem;
}

.home .home-hero-copy h1 {
  max-width: 10ch;
  font-size: min(6.8vw, 6.75rem);
  line-height: 0.88;
  word-break: keep-all;
  overflow-wrap: normal;
}

.home .home-hero-copy h1 span {
  display: block;
  word-break: keep-all;
  overflow-wrap: normal;
}

.home .home-hero-copy .lede {
  max-width: 43rem;
  color: rgba(244, 237, 225, 0.86);
}

.home-hero-title-list {
  max-width: 45rem;
  margin-top: 1.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.35rem;
}

.home-hero-title-list a {
  position: relative;
  min-width: 9.5rem;
  padding-left: 0.78rem;
  color: rgba(244, 237, 225, 0.78);
  text-decoration: none;
}

.home-hero-title-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #d88b45;
  box-shadow: 0 0 18px rgba(216, 139, 69, 0.5);
}

.home-hero-title-list span {
  display: block;
  color: #d88b45;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-hero-title-list strong {
  display: block;
  margin-top: 0.14rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.1;
}

.home-hero-title-list a:hover,
.home-hero-title-list a:focus-visible {
  color: var(--paper);
}

.home-hero-library {
  position: relative;
  z-index: 1;
  align-self: center;
  display: grid;
  justify-items: center;
  gap: 0.9rem;
}

.home-hero-shelf {
  position: relative;
  width: min(100%, 35rem);
  min-height: 25.5rem;
  padding: 0 0 3.35rem;
  isolation: isolate;
}

.home-hero-shelf::before {
  content: "";
  position: absolute;
  left: 3%;
  right: 4%;
  bottom: 2.58rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 139, 69, 0.64), rgba(244, 237, 225, 0.22), transparent);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.72);
}

.home-hero-shelf::after {
  content: "";
  position: absolute;
  left: 13%;
  right: 14%;
  bottom: 1.92rem;
  height: 0.52rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.46);
  filter: blur(5px);
}

.home-hero-book {
  position: absolute;
  left: 50%;
  bottom: 3.35rem;
  display: block;
  text-decoration: none;
  transform-origin: 50% 100%;
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1), filter 220ms ease, opacity 220ms ease;
}

.home-hero-book img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  border-radius: 4px;
  background: rgba(3, 4, 5, 0.72);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(244, 237, 225, 0.08);
}

.home-hero-book.is-active {
  width: min(13.8rem, 26vw);
  z-index: 3;
  transform: translateX(-92%) rotate(-2deg) translateY(-0.65rem);
}

.home-hero-book.is-next {
  width: min(10.8rem, 20vw);
  z-index: 2;
  transform: translateX(-14%) rotate(3deg) translateY(0.95rem);
}

.home-hero-book.is-prev {
  width: min(9.9rem, 18.5vw);
  z-index: 1;
  transform: translateX(40%) rotate(-1deg) translateY(2.05rem);
}

.home-hero-book.is-rest {
  width: min(8.5rem, 16vw);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transform: translateX(82%) rotate(6deg) translateY(2.4rem);
}

.home-hero-book:hover,
.home-hero-book:focus-visible {
  filter: brightness(1.08);
}

.home-hero-book.is-active:hover,
.home-hero-book.is-active:focus-visible {
  transform: translateX(-92%) rotate(-1deg) translateY(-1.05rem);
}

.home-hero-book.is-next:hover,
.home-hero-book.is-next:focus-visible {
  transform: translateX(-14%) rotate(2deg) translateY(0.48rem);
}

.home-hero-book.is-prev:hover,
.home-hero-book.is-prev:focus-visible {
  transform: translateX(40%) rotate(0deg) translateY(1.52rem);
}

.home-hero-controls {
  position: absolute;
  left: 50%;
  bottom: 0.18rem;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  padding: 0.35rem;
  border: 1px solid rgba(216, 139, 69, 0.26);
  border-radius: 999px;
  background: rgba(5, 4, 3, 0.72);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.42);
  transform: translateX(-50%);
}

.home-hero-control {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(216, 139, 69, 0.36);
  border-radius: 50%;
  background: rgba(26, 21, 17, 0.78);
  color: var(--paper);
}

.home-hero-control:hover,
.home-hero-control:focus-visible {
  border-color: #d88b45;
  background: #d88b45;
  color: #050403;
}

.home-hero-control.is-prev svg {
  transform: rotate(180deg);
}

.home-hero-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
}

.home-hero-dots button {
  width: 0.58rem;
  height: 0.58rem;
  padding: 0;
  border: 1px solid rgba(244, 237, 225, 0.2);
  border-radius: 50%;
  background: rgba(244, 237, 225, 0.22);
}

.home-hero-dots button[aria-current="true"] {
  width: 1.25rem;
  border-radius: 999px;
  border-color: #d88b45;
  background: #d88b45;
}

.home-hero-release {
  width: min(100%, 35rem);
  min-height: 13.6rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: end;
  align-content: start;
  padding-top: 1rem;
  border-top: 1px solid rgba(216, 139, 69, 0.32);
}

.home-hero-release-copy h2 {
  margin: 0;
  min-height: 1.95rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  line-height: 1.02;
  transition: opacity 180ms ease;
}

.home-hero-release-copy {
  min-width: 0;
}

.home-hero-release-copy p:not(.eyebrow) {
  max-width: 29rem;
  min-height: 4.55rem;
  margin: 0.65rem 0 0;
  color: rgba(244, 237, 225, 0.72);
  font-size: 0.96rem;
  line-height: 1.58;
}

.home-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.85rem 0 0;
}

.home-hero-meta div {
  min-width: 7rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(216, 139, 69, 0.22);
  border-radius: var(--radius);
  background: rgba(5, 4, 3, 0.46);
}

.home-hero-meta dt {
  color: #d88b45;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-hero-meta dd {
  margin: 0.18rem 0 0;
  color: rgba(244, 237, 225, 0.9);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
}

.home-hero-release .text-link {
  align-self: end;
  padding-bottom: 0.18rem;
  color: #d88b45;
}

.home-featured-copy,
.home-dispatch-feature,
.home-shop-copy,
.home-quick-links,
.home-shop-links,
.home-post-list,
.home-quick-links a,
.home-shop-links a,
.home-post-list a {
  min-width: 0;
}

@media (max-width: 900px) {
  .home .home-hero-grid {
    width: min(100% - 1.25rem, var(--max));
    min-height: 0;
    padding: 2.4rem 0 2.15rem;
    grid-template-columns: 1fr;
    gap: 1.55rem;
    align-items: start;
  }

  .home .home-hero-copy h1 {
    max-width: 10ch;
    font-size: 4.25rem;
  }

  .home .home-hero-copy .lede {
    max-width: 34rem;
  }

  .home-hero-library {
    width: 100%;
    justify-items: center;
  }

  .home-hero-shelf {
    width: min(100%, 30rem);
    min-height: 20rem;
    padding-bottom: 2.55rem;
  }

  .home-hero-book.is-active {
    width: 11rem;
  }

  .home-hero-book.is-next {
    width: 8.8rem;
  }

  .home-hero-book.is-prev {
    width: 8.15rem;
  }

  .home-hero-release {
    width: min(100%, 34rem);
  }
}

@media (max-width: 520px) {
  .home .home-hero {
    background-image: linear-gradient(180deg, rgba(26, 21, 17, 0.72), rgba(5, 4, 3, 0.9) 72%, #050403), linear-gradient(90deg, rgba(5, 4, 3, 0.88), rgba(5, 4, 3, 0.42)), url("/assets/img/official/phone-bg.webp");
    background-position: center top;
    background-size: cover;
  }

  .home .home-hero::after {
    display: block;
    background-position: center top;
    opacity: 0.18;
  }

  .home .home-hero-grid {
    width: min(100% - 1rem, var(--max));
    padding-top: 1.05rem;
    padding-bottom: 1.55rem;
    gap: 1.15rem;
    justify-items: center;
    text-align: center;
  }

  .home .home-hero-copy {
    display: grid;
    justify-items: center;
    padding-top: 0;
  }

  .home .home-hero-copy h1 {
    max-width: 11ch;
    font-size: 3.18rem;
    line-height: 0.9;
  }

  .home .home-hero-copy .lede {
    max-width: 19rem;
    font-size: 0.98rem;
    overflow-wrap: normal;
    word-break: normal;
  }

  .home .home-hero-copy .action-row {
    grid-template-columns: 1fr;
    max-width: 15.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-title-list {
    display: none;
  }

  .home-hero-shelf {
    width: min(100%, 21rem);
    min-height: 14.2rem;
    padding-bottom: 1.75rem;
  }

  .home-hero-shelf::before {
    bottom: 1.58rem;
  }

  .home-hero-shelf::after {
    bottom: 1.05rem;
  }

  .home-hero-book.is-active {
    width: 7.7rem;
    transform: translateX(-105%) rotate(-2deg) translateY(-0.4rem);
  }

  .home-hero-book.is-next {
    width: 6.15rem;
    transform: translateX(-24%) rotate(3deg) translateY(0.58rem);
  }

  .home-hero-book.is-prev {
    width: 5.75rem;
    transform: translateX(38%) rotate(-1deg) translateY(1.12rem);
  }

  .home-hero-book.is-rest {
    width: 5rem;
    transform: translateX(72%) rotate(6deg) translateY(1.4rem);
  }

  .home-hero-book.is-active:hover,
  .home-hero-book.is-active:focus-visible {
    transform: translateX(-105%) rotate(-1deg) translateY(-0.65rem);
  }

  .home-hero-book.is-next:hover,
  .home-hero-book.is-next:focus-visible {
    transform: translateX(-24%) rotate(2deg) translateY(0.35rem);
  }

  .home-hero-book.is-prev:hover,
  .home-hero-book.is-prev:focus-visible {
    transform: translateX(38%) rotate(0deg) translateY(0.9rem);
  }

  .home-hero-release {
    width: min(100%, 20rem);
    min-height: 8.6rem;
    grid-template-columns: 1fr;
    gap: 0.34rem;
    padding-top: 0.78rem;
    justify-items: center;
    text-align: center;
  }

  .home-hero-release .text-link {
    justify-self: center;
    padding-bottom: 0;
  }

  .home-hero-release-copy h2 {
    font-size: 1.55rem;
  }

  .home-hero-release-copy p:not(.eyebrow) {
    display: none;
  }

  .home-hero-meta {
    justify-content: center;
  }

  .home-featured-copy h2,
  .home-dispatch-feature h2 {
    max-width: 11.5em;
    font-size: 1.48rem;
    line-height: 1.08;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: normal;
  }

  .home-quick-links {
    grid-template-columns: 1fr;
  }

  .home-featured-copy p:not(.eyebrow),
  .home-dispatch-feature p:not(.eyebrow) {
    max-width: 19rem;
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (max-width: 360px) {
  .home .home-hero-copy h1 {
    font-size: 2.75rem;
  }

  .home .home-hero-copy .action-row {
    grid-template-columns: 1fr;
    max-width: 15rem;
  }

  .home-hero-shelf {
    min-height: 12.3rem;
  }

  .home-hero-book.is-active {
    width: 6.9rem;
  }

  .home-hero-book.is-next {
    width: 5.55rem;
  }

  .home-hero-book.is-prev {
    width: 5.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-book {
    transition: none;
  }
}

.home-hero-excerpt {
  max-width: 36rem;
  min-height: 10.8rem;
  margin-top: 2.25rem;
  padding: 1.05rem 0 0 1.05rem;
  border-left: 1px solid rgba(216, 139, 69, 0.42);
  color: rgba(244, 237, 225, 0.84);
}

.home-hero-excerpt .eyebrow {
  margin-bottom: 0.46rem;
}

.home-hero-excerpt blockquote {
  min-height: 5.95rem;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  color: rgba(244, 237, 225, 0.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.home-hero-excerpt .text-link {
  margin-top: 0.88rem;
  color: #d88b45;
}

.home-featured-band {
  position: relative;
  overflow: hidden;
  background-color: #070605;
  background-image: linear-gradient(180deg, rgba(18, 14, 11, 0.92), rgba(5, 4, 3, 0.98)), repeating-linear-gradient(90deg, rgba(216, 139, 69, 0.035) 0, rgba(216, 139, 69, 0.035) 1px, transparent 1px, transparent 7.5rem);
  border-top: 1px solid rgba(216, 139, 69, 0.22);
}

.home-featured-layout {
  grid-template-columns: minmax(18rem, 0.52fr) minmax(0, 1.18fr);
  gap: 1.4rem;
  align-items: start;
}

.home-featured-copy {
  min-height: 22rem;
  padding: 1.25rem 1.15rem 1.25rem 0;
  border: 0;
  border-top: 1px solid rgba(216, 139, 69, 0.46);
  background: transparent;
}

.home-featured-copy h2 {
  max-width: 9.8em;
  font-size: 3.05rem;
}

.home-featured-copy p:not(.eyebrow) {
  max-width: 31rem;
  color: rgba(244, 237, 225, 0.72);
}

.home-quick-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.home-quick-links a {
  min-height: 5.4rem;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem;
  align-content: space-between;
  align-items: end;
  padding: 0.78rem;
  background: rgba(5, 4, 3, 0.36);
  border-color: rgba(216, 139, 69, 0.24);
}

.home-quick-links span {
  grid-column: 1 / -1;
  color: #d88b45;
}

.home-quick-links strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
}

.home-cover-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.78rem;
}

.home-cover-feature {
  min-height: 15.4rem;
  grid-template-columns: minmax(7.4rem, 0.42fr) minmax(0, 0.58fr);
  grid-template-rows: auto;
  border-color: rgba(216, 139, 69, 0.26);
  background: rgba(8, 8, 7, 0.76);
}

.home-cover-feature:first-child {
  grid-column: 1 / -1;
  min-height: 22rem;
  grid-template-columns: minmax(12rem, 0.42fr) minmax(0, 0.58fr);
}

.home-cover-feature-art {
  min-height: 15.4rem;
  border-right: 1px solid rgba(216, 139, 69, 0.2);
  border-bottom: 0;
  background-image: linear-gradient(145deg, rgba(26, 21, 17, 0.76), rgba(5, 4, 3, 0.94));
}

.home-cover-feature:first-child .home-cover-feature-art {
  min-height: 22rem;
}

.home-cover-feature-art img {
  width: 78%;
  max-height: 25.5rem;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.38));
}

.home-cover-feature-copy {
  padding: 1.15rem;
  align-content: center;
}

.home-cover-feature:first-child .home-cover-feature-copy {
  padding: 1.45rem;
}

.home-cover-feature-copy h3 {
  font-size: 1.65rem;
}

.home-cover-feature:first-child .home-cover-feature-copy h3 {
  max-width: 12em;
  font-size: 2.45rem;
}

.home-cover-feature-copy p:not(.eyebrow) {
  max-width: 28rem;
  color: rgba(244, 237, 225, 0.7);
}

.home-dispatch-band {
  background-color: #050403;
  background-image: linear-gradient(120deg, rgba(68, 111, 93, 0.14), rgba(5, 4, 3, 0.96) 38%, rgba(101, 21, 16, 0.2));
  border-top: 1px solid rgba(216, 139, 69, 0.2);
}

.home-dispatch-layout {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 1.2rem;
}

.home-dispatch-feature {
  min-height: 21rem;
  justify-content: end;
  border-color: rgba(216, 139, 69, 0.3);
  background-image: linear-gradient(155deg, rgba(26, 21, 17, 0.82), rgba(5, 4, 3, 0.92)), url("/assets/img/official/phone-bg.webp");
  background-position: center;
  background-size: cover;
}

.home-post-list {
  grid-template-columns: 1fr;
  gap: 0.62rem;
}

.home-post-list a {
  min-height: 7rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  gap: 0.42rem 0.8rem;
  padding: 0.86rem 0.95rem;
  background: rgba(5, 4, 3, 0.42);
  border-color: rgba(216, 139, 69, 0.22);
}

.home-post-list span,
.home-post-list strong {
  grid-column: 1;
}

.home-post-list strong {
  font-size: 1.45rem;
}

.home-post-list em {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  margin-top: 0;
}

.home-theme-strip {
  border-color: rgba(216, 139, 69, 0.22);
  background: rgba(5, 4, 3, 0.34);
}

.home-shop-band {
  background-color: #0b0807;
  background-image: linear-gradient(90deg, rgba(101, 21, 16, 0.24), rgba(5, 4, 3, 0.96) 46%, rgba(68, 111, 93, 0.18));
  border-top: 1px solid rgba(216, 139, 69, 0.18);
}

.home-shop-copy {
  border-left: 1px solid rgba(216, 139, 69, 0.36);
  background: rgba(5, 4, 3, 0.34);
}

.home-shop-links a {
  min-height: 12rem;
  border: 1px solid rgba(216, 139, 69, 0.22);
  background: rgba(5, 4, 3, 0.38);
}

@media (max-width: 900px) {
  .home-hero-excerpt {
    max-width: 34rem;
    min-height: 0;
    margin-top: 1.45rem;
  }

  .home-featured-layout,
  .home-dispatch-layout {
    grid-template-columns: 1fr;
  }

  .home-featured-copy {
    min-height: 0;
    padding-right: 0;
  }

  .home-cover-feature,
  .home-cover-feature:first-child {
    grid-column: auto;
    min-height: 0;
    grid-template-columns: 7.4rem minmax(0, 1fr);
  }

  .home-cover-feature-art,
  .home-cover-feature:first-child .home-cover-feature-art {
    min-height: 11rem;
  }

  .home-cover-feature:first-child .home-cover-feature-copy h3 {
    font-size: 1.65rem;
  }

  .home-post-list a {
    min-height: 6.3rem;
  }
}

@media (max-width: 520px) {
  .home-hero-excerpt {
    display: none;
  }

  .home-featured-copy h2 {
    font-size: 1.72rem;
  }

  .home-quick-links {
    grid-template-columns: 1fr;
  }

  .home-cover-gallery {
    grid-template-columns: 1fr;
  }

  .home-cover-feature,
  .home-cover-feature:first-child {
    grid-template-columns: 5.9rem minmax(0, 1fr);
  }

  .home-cover-feature-art,
  .home-cover-feature:first-child .home-cover-feature-art {
    min-height: 8.8rem;
  }

  .home-cover-feature:first-child .home-cover-feature-copy {
    padding: 0.75rem;
  }

  .home-cover-feature-copy p:not(.eyebrow) {
    display: none;
  }

  .home-post-list a {
    grid-template-columns: 1fr;
  }

  .home-post-list em {
    grid-column: 1;
    grid-row: auto;
  }
}

.books-hero-layout {
  min-height: min(520px, calc(100svh - 4.45rem));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 21rem);
  gap: min(6vw, 4.5rem);
  align-items: center;
}

.books-hero-copy {
  max-width: 47rem;
}

.books-hero-copy h1 {
  max-width: 8ch;
}

.books-hero-copy .lede {
  max-width: 42rem;
}

.books-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.55rem;
}

.books-hero-stats {
  max-width: 31rem;
  margin-top: 1.35rem;
}

.books-hero-layout .catalog-spotlight-cover {
  width: min(100%, 20rem);
  justify-self: end;
  border-color: rgba(216, 139, 69, 0.46);
  background: rgba(5, 4, 3, 0.74);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.52);
  transform: rotate(1.5deg);
}

.books-hero-layout .catalog-spotlight-cover img {
  padding: 0.78rem;
}

.catalog-band {
  background-color: #050403;
  background-image: linear-gradient(180deg, rgba(10, 8, 7, 0.96), rgba(5, 4, 3, 0.98)), repeating-linear-gradient(90deg, rgba(216, 139, 69, 0.028) 0, rgba(216, 139, 69, 0.028) 1px, transparent 1px, transparent 7rem);
}

.catalog-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(20rem, 0.5fr);
  gap: 1.4rem;
  align-items: end;
  margin-bottom: 1.1rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(216, 139, 69, 0.32);
}

.catalog-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
  line-height: 1.02;
}

.catalog-head p:not(.eyebrow) {
  margin: 0;
  color: rgba(244, 237, 225, 0.68);
}

.catalog-band .catalog-tools {
  grid-template-columns: minmax(16rem, 0.58fr) minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.25rem;
  padding: 0.9rem;
  border: 1px solid rgba(216, 139, 69, 0.22);
  background: rgba(5, 4, 3, 0.42);
}

.catalog-band .search-field {
  background: rgba(0, 0, 0, 0.32);
}

.catalog-band .filter-row {
  justify-content: flex-end;
}

.catalog-grid {
  gap: 0.78rem;
}

.catalog-grid .book-card {
  min-height: 15rem;
  grid-template-columns: minmax(8.4rem, 11rem) minmax(0, 1fr);
  border-color: rgba(216, 139, 69, 0.24);
  background: rgba(8, 8, 7, 0.78);
}

.catalog-grid .book-cover-link {
  min-height: 15rem;
  background-image: linear-gradient(145deg, rgba(26, 21, 17, 0.74), rgba(5, 4, 3, 0.95));
  border-right-color: rgba(216, 139, 69, 0.2);
}

.catalog-grid .book-card-copy {
  padding: 1.15rem 1.2rem;
  justify-content: center;
}

.catalog-grid .book-card-copy h3 {
  font-size: 2.05rem;
}

.book-detail-hero {
  min-height: min(570px, calc(100svh - 4.45rem));
  background-image: linear-gradient(90deg, rgba(5, 4, 3, 0.94), rgba(5, 4, 3, 0.72) 48%, rgba(5, 4, 3, 0.5)), url("/assets/img/official/phone-bg.webp");
  background-position: center;
}

.book-detail-grid {
  grid-template-columns: minmax(13rem, 20rem) minmax(0, 1fr);
  gap: min(5vw, 4rem);
}

.detail-cover-wrap {
  border-color: rgba(216, 139, 69, 0.4);
  background: rgba(5, 4, 3, 0.72);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.56);
  transform: rotate(-1deg);
}

.detail-copy .lede {
  max-width: 45rem;
}

.book-hero-facts div {
  border-color: rgba(216, 139, 69, 0.22);
  background: rgba(5, 4, 3, 0.42);
}

.book-hero-note {
  max-width: 43rem;
  margin-top: 1.2rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(216, 139, 69, 0.26);
}

.book-hero-note span {
  display: block;
  color: #d88b45;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.book-hero-note p {
  margin: 0.28rem 0 0;
  color: rgba(244, 237, 225, 0.68);
}

.book-focus-band {
  background-color: #050403;
  background-image: linear-gradient(180deg, rgba(5, 4, 3, 0.98), rgba(8, 8, 7, 0.96));
}

.detail-layout-primary {
  grid-template-columns: minmax(15rem, 0.34fr) minmax(0, 1fr);
  gap: 2.2rem;
}

.detail-sidebar {
  top: 5.8rem;
}

.detail-facts,
.book-action-panel,
.book-pitch-panel,
.excerpt-panel {
  border-color: rgba(216, 139, 69, 0.24);
  background: rgba(8, 8, 7, 0.74);
}

.detail-facts {
  gap: 0.78rem;
  padding: 1.05rem;
}

.detail-facts div {
  padding-bottom: 0.78rem;
  border-bottom: 1px solid rgba(216, 139, 69, 0.16);
}

.detail-facts div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.book-action-panel {
  padding: 1rem;
}

.book-pitch-panel {
  padding: 1.6rem;
  background-image: linear-gradient(135deg, rgba(101, 21, 16, 0.18), rgba(8, 8, 7, 0.84) 58%, rgba(216, 139, 69, 0.08));
}

.detail-sections {
  gap: 1.4rem;
}

.detail-sections section {
  padding: 0 0 1.35rem;
}

.detail-sections section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.excerpt-panel {
  border-left: 1px solid rgba(216, 139, 69, 0.46);
  background: rgba(5, 4, 3, 0.56);
}

@media (max-width: 900px) {
  .books-hero-layout {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .books-hero-copy h1 {
    max-width: 100%;
  }

  .books-hero-layout .catalog-spotlight-cover {
    width: min(12rem, 56vw);
    justify-self: start;
  }

  .catalog-head,
  .catalog-band .catalog-tools {
    grid-template-columns: 1fr;
  }

  .catalog-band .filter-row {
    justify-content: flex-start;
  }

  .catalog-grid .book-card {
    grid-template-columns: 6.8rem minmax(0, 1fr);
    min-height: 0;
  }

  .catalog-grid .book-cover-link {
    min-height: 10.2rem;
  }

  .catalog-grid .book-card-copy h3 {
    font-size: 1.35rem;
  }

  .book-detail-grid {
    grid-template-columns: minmax(7rem, 11rem) minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
  }

  .book-hero-note {
    display: none;
  }
}

@media (max-width: 520px) {
  .books-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 17rem;
  }

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

  .books-hero-layout .catalog-spotlight-cover {
    display: none;
  }

  .catalog-head h2 {
    font-size: 1.75rem;
  }

  .catalog-band .catalog-tools {
    padding: 0.7rem;
  }

  .catalog-grid .book-card {
    grid-template-columns: 5.6rem minmax(0, 1fr);
  }

  .catalog-grid .book-cover-link {
    min-height: 8.4rem;
  }

  .catalog-grid .book-card-copy {
    padding: 0.72rem;
  }

  .book-detail-hero {
    min-height: 0;
  }

  .book-detail-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.95rem;
    text-align: center;
  }

  .detail-cover-wrap {
    width: min(10rem, 54vw);
    transform: none;
  }

  .detail-copy {
    display: grid;
    justify-items: center;
  }

  .detail-copy .lede {
    max-width: 21rem;
  }

  .book-hero-facts {
    width: min(100%, 21rem);
    grid-template-columns: 1fr;
  }

  .book-hero-facts div {
    display: grid;
    grid-template-columns: minmax(5.5rem, 0.42fr) minmax(0, 1fr);
    align-items: center;
    gap: 0.55rem;
    text-align: left;
  }

  .book-hero-facts dd {
    margin-top: 0;
  }

  .book-detail-hero .action-row {
    width: min(100%, 17rem);
    grid-template-columns: 1fr;
  }

  .detail-layout-primary {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .detail-sidebar {
    position: static;
  }

  .detail-facts {
    grid-template-columns: 1fr;
  }

  .detail-sections {
    gap: 1rem;
  }

  .detail-sections section,
  .book-pitch-panel {
    padding: 0.9rem;
  }

  .detail-sections section {
    border: 1px solid rgba(216, 139, 69, 0.2);
    background: rgba(5, 4, 3, 0.34);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.books-bizarre-hero {
  position: relative;
  overflow: hidden;
  padding: 3.4rem 0 3rem;
  background-color: #050403;
  background-image: linear-gradient(180deg, rgba(5, 4, 3, 0.76), rgba(5, 4, 3, 0.96)), url("/assets/img/official/phone-bg.webp");
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid rgba(216, 139, 69, 0.3);
}

.books-bizarre-inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.books-bizarre-frame {
  position: relative;
  width: min(100%, 35rem);
  padding: 0.38rem;
  overflow: hidden;
  border: 4px solid rgba(244, 237, 225, 0.13);
  border-radius: 12px;
  background: #060606;
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.86), 0 28px 78px rgba(0, 0, 0, 0.72);
}

.books-bizarre-frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.books-bizarre-frame span {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 3px);
  opacity: 0.6;
  pointer-events: none;
}

.books-bizarre-hero .eyebrow {
  margin-top: 1.35rem;
}

.books-bizarre-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.2rem;
  line-height: 0.95;
}

.books-bizarre-hero .lede {
  max-width: 42rem;
  margin-top: 0.75rem;
  color: rgba(244, 237, 225, 0.74);
}

.books-bizarre-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.15rem;
}

.books-bizarre-chips span {
  padding: 0.38rem 0.72rem;
  border: 1px solid rgba(216, 139, 69, 0.24);
  border-radius: 999px;
  background: rgba(5, 4, 3, 0.42);
  color: rgba(244, 237, 225, 0.82);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.books-bizarre-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.books-release-band {
  background-color: #050403;
  background-image: linear-gradient(180deg, rgba(10, 8, 7, 0.96), rgba(5, 4, 3, 0.98));
}

.books-release-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: end;
  margin-bottom: 1.1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(216, 139, 69, 0.28);
}

.books-release-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.55rem;
  line-height: 1;
}

.books-release-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.48rem;
}

.books-release-tab {
  min-height: 2.3rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(216, 139, 69, 0.22);
  border-radius: 999px;
  background: rgba(5, 4, 3, 0.5);
  color: rgba(244, 237, 225, 0.84);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.books-release-tab:hover,
.books-release-tab:focus-visible,
.books-release-tab.is-active {
  border-color: rgba(216, 139, 69, 0.62);
  background: #d88b45;
  color: #050403;
}

.books-release-list {
  display: grid;
  gap: 1rem;
}

.books-release-card {
  display: grid;
  grid-template-columns: minmax(17rem, 0.44fr) minmax(0, 0.56fr);
  min-height: 19rem;
  overflow: hidden;
  border: 1px solid rgba(216, 139, 69, 0.24);
  border-radius: 12px;
  background: rgba(8, 8, 7, 0.76);
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.48);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.books-release-card.is-off {
  display: none;
}

.books-release-card:hover,
.books-release-card:focus-within {
  border-color: rgba(216, 139, 69, 0.5);
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.62);
}

.books-release-media {
  position: relative;
  min-height: 19rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-decoration: none;
  background: #050403;
}

.books-release-media::before {
  content: "";
  position: absolute;
  inset: -2rem;
  background-image: var(--release-bg);
  background-position: center;
  background-size: cover;
  filter: blur(16px) saturate(0.92);
  opacity: 0.9;
  transform: scale(1.08);
}

.books-release-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 50% 42%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.64));
}

.books-release-media img {
  position: relative;
  z-index: 2;
  width: min(76%, 18rem);
  max-height: 16rem;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.72));
  transition: transform 170ms ease;
}

.books-release-card:hover .books-release-media img,
.books-release-card:focus-within .books-release-media img {
  transform: translateY(-0.22rem) scale(1.03);
}

.books-release-badge {
  position: absolute;
  z-index: 3;
  top: 0.9rem;
  left: 0.9rem;
  padding: 0.32rem 0.62rem;
  border: 1px solid rgba(244, 237, 225, 0.14);
  border-radius: 999px;
  background: rgba(5, 4, 3, 0.58);
  color: rgba(244, 237, 225, 0.84);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.books-release-copy {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 0.58rem;
  padding: 1.35rem;
}

.books-release-copy h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  line-height: 1.02;
}

.books-release-copy h3 a {
  text-decoration: none;
}

.books-release-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(244, 237, 225, 0.7);
}

.books-release-subtitle {
  color: #d88b45 !important;
  font-weight: 900;
}

.books-release-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.35rem;
}

.pill-link {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  min-width: 8rem;
  min-height: 2.18rem;
  justify-content: center;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(216, 139, 69, 0.22);
  border-radius: 999px;
  background: rgba(5, 4, 3, 0.46);
  color: rgba(244, 237, 225, 0.9);
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.pill-link:hover,
.pill-link:focus-visible {
  border-color: rgba(216, 139, 69, 0.6);
  color: #d88b45;
}

.books-release-tag {
  margin-top: 0.5rem;
  color: rgba(244, 237, 225, 0.48);
  font-size: 0.68rem;
  font-weight: 900;
}

.book-showcase-hero {
  position: relative;
  overflow: hidden;
  padding: 2.4rem 0 2.8rem;
  background-color: #050403;
  border-bottom: 1px solid rgba(216, 139, 69, 0.3);
}

.book-showcase-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, rgba(5, 4, 3, 0.62), rgba(5, 4, 3, 0.24) 48%, rgba(5, 4, 3, 0.9)), var(--book-hero-bg);
  background-position: center;
  background-size: cover;
  opacity: 0.95;
  pointer-events: none;
}

.book-showcase-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10rem;
  background: linear-gradient(180deg, transparent, #050403);
  pointer-events: none;
}

.book-showcase-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.72rem;
  text-align: center;
}

.book-showcase-banner,
.book-showcase-title-banner {
  width: min(34rem, 74vw);
  max-height: 9rem;
  object-fit: contain;
  border: 1px solid rgba(216, 139, 69, 0.34);
  border-radius: 18px;
  background: rgba(5, 4, 3, 0.58);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.62);
}

.book-showcase-title-banner {
  display: grid;
  place-items: center;
  min-height: 7rem;
  padding: 0.9rem 1.2rem;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  line-height: 1;
}

.book-showcase-kicker {
  margin: 0.2rem 0 0;
  color: #d88b45;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.book-flip-card {
  width: min(19rem, 42vw);
  padding: 0.7rem;
  border: 1px solid rgba(216, 139, 69, 0.32);
  border-radius: 18px;
  background: rgba(5, 4, 3, 0.68);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.66);
  perspective: 1100px;
}

.book-flip-stage {
  position: relative;
  display: block;
  aspect-ratio: 2 / 3;
  transform-style: preserve-3d;
  transition: transform 620ms ease;
}

.book-flip-card.is-flipped .book-flip-stage {
  transform: rotateY(180deg);
}

.book-flip-face {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  backface-visibility: hidden;
}

.book-flip-face.is-back {
  transform: rotateY(180deg);
}

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

.book-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}

.book-showcase-lede {
  max-width: 44rem;
  margin: 0.15rem 0 0;
  color: rgba(244, 237, 225, 0.82);
  font-size: 1rem;
  line-height: 1.62;
}

.book-showcase-facts {
  width: min(100%, 38rem);
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.56rem;
  margin: 0.25rem 0 0;
}

.book-showcase-facts div {
  padding: 0.62rem 0.72rem;
  border: 1px solid rgba(216, 139, 69, 0.22);
  border-radius: 8px;
  background: rgba(5, 4, 3, 0.48);
}

.book-showcase-facts dt {
  color: #d88b45;
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.book-showcase-facts dd {
  margin: 0.18rem 0 0;
  color: rgba(244, 237, 225, 0.9);
  font-size: 0.8rem;
  font-weight: 900;
}

.book-showcase-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.42rem;
}

.book-showcase-tags span {
  padding: 0.26rem 0.55rem;
  border: 1px solid rgba(216, 139, 69, 0.24);
  border-radius: 999px;
  background: rgba(5, 4, 3, 0.42);
  color: rgba(244, 237, 225, 0.76);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.book-dossier-band {
  position: relative;
  padding-top: 3.8rem;
  background-color: color-mix(in srgb, var(--bg) 92%, #000 8%);
  background-image: radial-gradient(circle at 14% 0, color-mix(in srgb, var(--accent) 12%, transparent), transparent 28rem), linear-gradient(180deg, color-mix(in srgb, var(--bg) 96%, #000 4%), color-mix(in srgb, var(--surface) 42%, #000 58%));
}

.book-dossier-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(18rem, 0.42fr);
  gap: 1.6rem;
  align-items: end;
  margin-bottom: 1.1rem;
}

.book-dossier-head h2,
.book-story-panel h2,
.book-reader-panel h2,
.book-excerpt-panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.02;
}

.book-dossier-head h2 {
  font-size: 3rem;
}

.book-dossier-head p:last-child {
  margin: 0;
  color: var(--muted);
}

.book-spec-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: color-mix(in srgb, var(--bg) 76%, #000 24%);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
}

.book-spec-strip div {
  min-width: 0;
  min-height: 5.1rem;
  padding: 0.9rem;
  border-right: 1px solid var(--line);
  display: grid;
  align-content: center;
  gap: 0.26rem;
}

.book-spec-strip div:last-child {
  border-right: 0;
}

.book-spec-strip dt {
  color: var(--accent);
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.book-spec-strip dd {
  margin: 0;
  color: var(--paper);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.2;
}

.book-dossier-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.36fr);
  gap: 1rem;
  align-items: start;
}

.book-story-panel,
.book-reader-panel,
.book-excerpt-panel {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: color-mix(in srgb, var(--surface) 58%, #000 42%);
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.4);
}

.book-story-panel {
  padding: 1.55rem;
}

.book-story-panel h2 {
  font-size: 2.4rem;
}

.book-story-panel > p:not(.eyebrow) {
  max-width: 54rem;
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.book-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.book-note-card {
  min-height: 10rem;
  padding: 1rem;
  border: 1px solid color-mix(in srgb, var(--line) 68%, transparent);
  border-radius: 10px;
  background: color-mix(in srgb, var(--bg) 62%, transparent);
}

.book-note-card p:last-child {
  margin: 0;
  color: var(--muted);
}

.book-reader-panel {
  position: sticky;
  top: 6rem;
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
}

.book-reader-panel h2 {
  font-size: 1.65rem;
}

.book-reader-panel p:not(.eyebrow) {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.book-reader-actions {
  display: grid;
  gap: 0.56rem;
}

.book-reader-actions .asset-link {
  min-height: 3.25rem;
  justify-content: flex-start;
  border-color: color-mix(in srgb, var(--line) 84%, transparent);
  background: color-mix(in srgb, var(--bg) 64%, transparent);
}

.book-reader-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.book-reader-tags span {
  padding: 0.28rem 0.56rem;
  border: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--bg) 54%, transparent);
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.book-excerpt-band {
  background-color: color-mix(in srgb, var(--bg) 94%, #000 6%);
  background-image: linear-gradient(90deg, color-mix(in srgb, var(--accent) 10%, transparent), transparent 34rem), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 8px);
}

.book-excerpt-panel {
  padding: 1.7rem;
}

.book-excerpt-panel p:last-child {
  margin: 0.9rem 0 0;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.72;
}

.book-praise-band {
  background: color-mix(in srgb, var(--bg) 88%, #000 12%);
}

@media (max-width: 900px) {
  .books-release-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .books-release-tabs {
    justify-content: flex-start;
  }

  .books-release-card {
    grid-template-columns: 1fr;
  }

  .books-release-media {
    min-height: 17rem;
  }

  .books-release-copy {
    padding: 1rem;
  }

  .book-flip-card {
    width: min(17rem, 56vw);
  }

  .book-dossier-head,
  .book-dossier-grid {
    grid-template-columns: 1fr;
  }

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

  .book-spec-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .book-spec-strip div:last-child {
    border-bottom: 0;
  }

  .book-reader-panel {
    position: static;
  }
}

@media (max-width: 520px) {
  .books-bizarre-hero {
    padding: 1.55rem 0 1.65rem;
  }

  .books-bizarre-frame {
    width: min(100%, 21rem);
    border-width: 3px;
  }

  .books-bizarre-hero h1 {
    font-size: 2.2rem;
  }

  .books-bizarre-chips {
    gap: 0.38rem;
  }

  .books-bizarre-chips span {
    font-size: 0.58rem;
  }

  .books-bizarre-actions {
    width: min(100%, 17rem);
    display: grid;
  }

  .books-release-head h2 {
    font-size: 1.65rem;
  }

  .books-release-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .books-release-tab {
    flex: 0 0 auto;
  }

  .books-release-media {
    min-height: 13rem;
  }

  .books-release-media img {
    max-height: 11rem;
  }

  .books-release-copy h3 {
    font-size: 1.45rem;
  }

  .books-release-copy p:not(.eyebrow):not(.books-release-subtitle) {
    display: none;
  }

  .book-showcase-hero {
    padding: 1.45rem 0 1.6rem;
  }

  .book-showcase-banner,
  .book-showcase-title-banner {
    width: min(100%, 21rem);
    max-height: 6.6rem;
    border-radius: 13px;
  }

  .book-showcase-title-banner {
    min-height: 5.6rem;
    font-size: 1.7rem;
  }

  .book-flip-card {
    width: min(13.8rem, 68vw);
    padding: 0.5rem;
  }

  .book-showcase-actions {
    width: min(100%, 17rem);
    display: grid;
  }

  .book-showcase-lede {
    max-width: 21rem;
    font-size: 0.94rem;
  }

  .book-showcase-facts {
    width: min(100%, 21rem);
    grid-template-columns: 1fr;
  }

  .book-showcase-facts div {
    display: grid;
    grid-template-columns: minmax(5.8rem, 0.42fr) minmax(0, 1fr);
    align-items: center;
    gap: 0.5rem;
    text-align: left;
  }

  .book-showcase-facts dd {
    margin-top: 0;
  }

  .book-dossier-band {
    padding-top: 2.2rem;
  }

  .book-dossier-head {
    gap: 0.7rem;
    text-align: center;
  }

  .book-dossier-head h2 {
    font-size: 2rem;
  }

  .book-dossier-head p:last-child {
    font-size: 0.94rem;
  }

  .book-spec-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 11px;
  }

  .book-spec-strip div {
    min-height: 4.55rem;
    padding: 0.72rem;
    border-right: 1px solid var(--line);
  }

  .book-spec-strip div:nth-child(2n) {
    border-right: 0;
  }

  .book-spec-strip div:last-child {
    border-bottom: 0;
  }

  .book-spec-strip dt {
    font-size: 0.58rem;
  }

  .book-spec-strip dd {
    font-size: 0.78rem;
  }

  .book-story-panel,
  .book-reader-panel,
  .book-excerpt-panel {
    border-radius: 11px;
  }

  .book-story-panel,
  .book-reader-panel {
    padding: 1rem;
  }

  .book-story-panel h2 {
    font-size: 1.65rem;
  }

  .book-story-panel > p:not(.eyebrow) {
    font-size: 0.96rem;
  }

  .book-note-grid {
    grid-template-columns: 1fr;
  }

  .book-note-card {
    min-height: 0;
  }

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

  .book-excerpt-panel {
    padding: 1.1rem;
  }

  .book-excerpt-panel p:last-child {
    font-size: 1.04rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .book-flip-stage,
  .books-release-card,
  .books-release-media img {
    transition: none;
  }
}

.astral-reader-gateway-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(10, 4, 18, 0.98), rgba(4, 8, 10, 0.96));
}

.astral-reader-gateway-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/img/official/phone-bg.webp") center/cover no-repeat;
  opacity: 0.22;
  mix-blend-mode: screen;
  pointer-events: none;
}

.astral-reader-gateway {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.72fr);
  gap: clamp(1.2rem, 5vw, 4rem);
  align-items: center;
}

.astral-reader-gateway-copy {
  display: grid;
  gap: 1rem;
}

.astral-reader-gateway-copy h2 {
  max-width: 12ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: 0.9;
}

.astral-reader-gateway-copy p:not(.eyebrow) {
  max-width: 46rem;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
}

.astral-reader-gateway-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.astral-reader-gateway-art {
  position: relative;
  display: grid;
  gap: 0.75rem;
  text-decoration: none;
}

.astral-reader-gateway-art img {
  width: min(100%, 28rem);
  justify-self: center;
  border: 1px solid rgba(86, 210, 202, 0.36);
  border-radius: 8px;
  background: rgba(3, 4, 5, 0.82);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.52);
}

.astral-reader-gateway-art span {
  justify-self: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(3, 4, 5, 0.78);
  padding: 0.44rem 0.76rem;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reader-landing {
  position: relative;
  min-height: clamp(34rem, 72vh, 48rem);
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #050506;
}

.reader-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 4, 5, 0.98), rgba(3, 4, 5, 0.72) 46%, rgba(3, 4, 5, 0.92)), url("/assets/img/official/phone-bg.webp") center/cover no-repeat;
  opacity: 0.92;
}

.reader-landing-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(17rem, 0.65fr);
  gap: clamp(1.5rem, 6vw, 5rem);
  align-items: center;
  padding-block: clamp(4rem, 9vw, 7rem);
}

.reader-hero-copy {
  display: grid;
  gap: 1rem;
}

.reader-hero-copy h1 {
  max-width: 9ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 12vw, 8.6rem);
  line-height: 0.84;
}

.reader-hero-copy .lede {
  max-width: 42rem;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
}

.reader-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.45rem;
}

.reader-hero-mark {
  display: grid;
  gap: 0.8rem;
  justify-items: center;
  margin: 0;
}

.reader-hero-mark img {
  width: min(100%, 31rem);
  border: 1px solid rgba(86, 210, 202, 0.36);
  border-radius: 8px;
  background: rgba(3, 4, 5, 0.76);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.58);
}

.reader-hero-mark figcaption {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(3, 4, 5, 0.78);
  padding: 0.44rem 0.76rem;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reader-directory-band {
  background: linear-gradient(180deg, rgba(8, 7, 8, 0.98), rgba(3, 4, 5, 0.98));
}

.reader-directory-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 22rem) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
}

.reader-dial-panel,
.reader-list-panel,
.reader-selected-entry {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(13, 12, 12, 0.78);
  box-shadow: var(--shadow);
}

.reader-dial-panel {
  position: sticky;
  top: 6rem;
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.reader-phone {
  position: relative;
  width: min(100%, 20rem);
  aspect-ratio: 1;
  justify-self: center;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.12), transparent 36%), radial-gradient(circle, rgba(26, 18, 22, 0.96), rgba(3, 4, 5, 1) 68%);
  border: 1px solid rgba(247, 236, 216, 0.12);
  box-shadow: inset 0 0 48px rgba(0, 0, 0, 0.82), 0 30px 68px rgba(0, 0, 0, 0.45);
}

.reader-phone-ring {
  position: absolute;
  inset: 17%;
  border: 1px solid rgba(247, 236, 216, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.7);
}

.reader-phone-center {
  position: absolute;
  inset: 38%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 236, 216, 0.22);
  border-radius: 50%;
  background: rgba(3, 4, 5, 0.9);
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reader-phone button {
  position: absolute;
  width: 4.7rem;
  min-height: 4.7rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 236, 216, 0.18);
  border-radius: 999px;
  background: rgba(3, 4, 5, 0.92);
  color: var(--ink);
  padding: 0.5rem;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.reader-phone button:hover,
.reader-phone button:focus-visible,
.reader-phone button.is-active,
.reader-filter-groups button:hover,
.reader-filter-groups button:focus-visible,
.reader-filter-groups button.is-active {
  border-color: var(--teal);
  color: var(--teal);
  box-shadow: 0 0 24px rgba(86, 210, 202, 0.14);
}

.reader-phone button:nth-of-type(1) {
  left: 50%;
  top: 4%;
  transform: translateX(-50%);
}

.reader-phone button:nth-of-type(2) {
  right: 7%;
  top: 24%;
}

.reader-phone button:nth-of-type(3) {
  right: 15%;
  bottom: 12%;
}

.reader-phone button:nth-of-type(4) {
  left: 15%;
  bottom: 12%;
}

.reader-phone button:nth-of-type(5) {
  left: 7%;
  top: 24%;
}

.reader-filter-groups {
  display: grid;
  gap: 0.75rem;
}

.reader-filter-groups details {
  border: 1px solid rgba(214, 157, 53, 0.2);
  border-radius: 8px;
  background: rgba(3, 4, 5, 0.38);
  overflow: hidden;
}

.reader-filter-groups summary {
  cursor: pointer;
  padding: 0.75rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reader-filter-groups details > div {
  display: grid;
  gap: 0.4rem;
  max-height: 18rem;
  overflow: auto;
  padding: 0 0.75rem 0.75rem;
}

.reader-filter-groups button {
  min-height: 2.55rem;
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  border: 1px solid rgba(214, 157, 53, 0.18);
  border-radius: 999px;
  background: rgba(3, 4, 5, 0.66);
  color: var(--muted);
  padding: 0.48rem 0.7rem;
  font-size: 0.74rem;
  font-weight: 800;
}

.reader-list-panel {
  min-width: 0;
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.reader-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 22rem);
  gap: 1rem;
  align-items: end;
}

.reader-tools h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.95;
}

.reader-tools label {
  display: grid;
  gap: 0.36rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reader-tools input {
  min-height: 2.9rem;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(3, 4, 5, 0.72);
  color: var(--ink);
  padding: 0.7rem 0.95rem;
}

.reader-status,
.reader-empty {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.reader-entry-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(214, 157, 53, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(18, 15, 14, 0.92), rgba(5, 7, 8, 0.94));
  overflow: hidden;
}

.reader-entry-card[hidden] {
  display: none;
}

.reader-entry-card a {
  min-height: 16rem;
  display: grid;
  align-content: start;
  gap: 0.45rem;
  padding: 1rem;
  text-decoration: none;
}

.reader-entry-card span {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reader-entry-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2vw, 1.85rem);
  line-height: 0.98;
}

.reader-entry-card em {
  color: var(--muted);
  font-style: normal;
  font-size: 0.86rem;
}

.reader-entry-card p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reader-entry-card > button {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  min-height: 2.1rem;
  border: 1px solid rgba(214, 157, 53, 0.28);
  border-radius: 999px;
  background: rgba(3, 4, 5, 0.9);
  color: var(--muted);
  padding: 0.35rem 0.62rem;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reader-entry-card > button.is-saved {
  border-color: var(--teal);
  color: var(--teal);
}

.reader-entry-card:hover,
.reader-entry-card:focus-within {
  border-color: var(--teal);
  transform: translateY(-2px);
  transition: border-color 0.16s ease, transform 0.16s ease;
}

.reader-selected-band {
  background: rgba(3, 4, 5, 0.98);
}

.reader-selected-entry {
  padding: clamp(1.3rem, 4vw, 3rem);
}

.reader-selected-entry h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: 0.95;
}

.reader-selected-author {
  color: var(--muted);
  font-weight: 900;
}

.reader-poem,
.reader-modal-body {
  white-space: pre-wrap;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.06rem, 1.7vw, 1.24rem);
  line-height: 1.72;
}

.reader-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: stretch;
  justify-content: center;
  background: rgba(0, 0, 0, 0.78);
  padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
}

.reader-modal.is-open {
  display: flex;
}

body.reader-modal-open {
  overflow: hidden;
}

.reader-modal-panel {
  width: min(48rem, 100%);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  border: 1px solid rgba(86, 210, 202, 0.34);
  border-radius: 12px;
  background: radial-gradient(circle at top, rgba(22, 14, 22, 0.99), rgba(3, 4, 5, 0.99));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.72);
  overflow: hidden;
}

.reader-modal-panel header,
.reader-modal-panel footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  border-bottom: 1px solid rgba(214, 157, 53, 0.2);
  padding: 1rem;
}

.reader-modal-panel footer {
  align-items: center;
  border-top: 1px solid rgba(214, 157, 53, 0.2);
  border-bottom: 0;
}

.reader-modal-panel h2 {
  margin: 0.15rem 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 4vw, 2.7rem);
  line-height: 0.98;
}

.reader-modal-panel header span {
  color: var(--muted);
  font-size: 0.9rem;
}

.reader-modal-panel button {
  min-height: 2.4rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(3, 4, 5, 0.72);
  color: var(--ink);
  padding: 0.44rem 0.7rem;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reader-modal-panel button:hover,
.reader-modal-panel button:focus-visible,
.reader-modal-panel button.is-saved {
  border-color: var(--teal);
  color: var(--teal);
}

.reader-modal-body {
  min-height: 0;
  overflow: auto;
  padding: clamp(1rem, 3vw, 1.5rem);
}

@media (max-width: 900px) {
  .astral-reader-gateway,
  .reader-landing-inner,
  .reader-directory-layout {
    grid-template-columns: 1fr;
  }

  .astral-reader-gateway-copy,
  .reader-hero-copy,
  .reader-hero-mark {
    text-align: center;
    justify-items: center;
  }

  .astral-reader-gateway-copy h2,
  .reader-hero-copy h1,
  .reader-hero-copy .lede {
    max-width: 100%;
  }

  .reader-dial-panel {
    position: static;
  }

  .reader-phone {
    width: min(20rem, 100%);
  }
}

@media (max-width: 640px) {
  .astral-reader-gateway-actions,
  .reader-hero-actions {
    width: 100%;
    display: grid;
  }

  .reader-landing {
    min-height: auto;
  }

  .reader-landing-inner {
    padding-block: 3.2rem;
  }

  .reader-hero-copy h1 {
    font-size: clamp(3.6rem, 18vw, 5.4rem);
  }

  .reader-tools,
  .reader-list {
    grid-template-columns: 1fr;
  }

  .reader-phone {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    width: 100%;
    aspect-ratio: auto;
    border-radius: 12px;
    padding: 1rem;
  }

  .reader-phone-ring,
  .reader-phone-center {
    display: none;
  }

  .reader-phone button,
  .reader-phone button:nth-of-type(n) {
    position: static;
    width: auto;
    min-height: 2.45rem;
    transform: none;
    padding-inline: 0.8rem;
  }

  .reader-entry-card a {
    min-height: 13rem;
  }

  .reader-modal {
    padding: 0;
  }

  .reader-modal-panel {
    width: 100%;
    min-height: 100%;
    border: 0;
    border-radius: 0;
  }

  .reader-modal-panel header,
  .reader-modal-panel footer {
    display: grid;
  }
}

.author-profile-hero,
.events-desk-hero,
.press-room-hero,
.newsletter-receiver-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background-color: var(--bg);
  background-image: linear-gradient(90deg, color-mix(in srgb, var(--bg) 92%, transparent), color-mix(in srgb, var(--bg) 68%, transparent)), url("/assets/img/official/phone-bg.webp");
  background-position: center;
  background-size: cover;
}

.newsletter-receiver-hero {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.66) 0, rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0.74) 100%), url("/assets/img/official/newsletter-bg.webp");
}

.author-profile-hero::after,
.events-desk-hero::after,
.press-room-hero::after,
.newsletter-receiver-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent 0 4px, rgba(255, 255, 255, 0.018) 4px 5px);
}

.author-profile-grid,
.events-desk-grid,
.press-room-grid,
.newsletter-receiver-grid {
  position: relative;
  z-index: 1;
}

.author-profile-grid {
  min-height: 42rem;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(19rem, 0.62fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding-block: clamp(4rem, 8vw, 7rem);
}

.author-profile-copy h1,
.events-desk-copy h1,
.press-room-copy h1,
.newsletter-receiver-copy h1 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.86;
}

.author-profile-deck {
  max-width: 42rem;
  margin: 1.5rem 0 0;
  color: var(--ink);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.author-profile-actions,
.events-desk-actions,
.press-room-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.8rem;
}

.author-profile-index {
  max-width: 48rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 2.4rem 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.author-profile-index div {
  min-width: 0;
  padding: 0.9rem 1rem 0.9rem 0;
}

.author-profile-index div + div {
  border-left: 1px solid var(--line);
  padding-left: 1rem;
}

.author-profile-index dt,
.author-profile-index dd {
  margin: 0;
}

.author-profile-index dt {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.author-profile-index dd {
  margin-top: 0.24rem;
  color: var(--muted);
  font-weight: 800;
}

.author-portrait-stage {
  position: relative;
  width: min(100%, 24rem);
  justify-self: end;
  padding: 0.7rem 0.7rem 2.8rem;
  border: 1px solid var(--line-strong);
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.author-portrait-stage img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  background: #090a0b;
  filter: saturate(0.82) contrast(1.04);
}

.author-portrait-stage p {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.author-portrait-signal {
  position: absolute;
  top: 1.2rem;
  left: -1.1rem;
  z-index: 2;
  border: 1px solid var(--line-strong);
  background: var(--bg);
  color: var(--accent);
  padding: 0.45rem 0.65rem;
  font-size: 0.66rem;
  font-weight: 900;
}

.author-statement-band {
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 62%, var(--bg) 38%);
}

.author-statement {
  display: grid;
  grid-template-columns: minmax(9rem, 0.24fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  padding-block: clamp(2.2rem, 5vw, 4.6rem);
}

.author-statement blockquote {
  max-width: 62rem;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3.7rem);
  line-height: 1.08;
}

.author-biography {
  display: grid;
  grid-template-columns: minmax(15rem, 0.64fr) minmax(0, 1fr) minmax(10rem, 0.34fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}

.author-biography-heading h2,
.author-section-heading h2,
.events-section-heading h2,
.events-empty-state h2,
.events-request-grid h2,
.press-section-heading h2,
.newsletter-section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.98;
}

.author-biography-copy {
  display: grid;
  gap: 1.25rem;
}

.author-biography-copy p {
  margin: 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.72;
}

.author-biography-copy p:first-child::first-letter {
  float: left;
  margin: 0.08rem 0.48rem 0 0;
  color: var(--accent);
  font-size: 3.6rem;
  line-height: 0.8;
}

.author-fact-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}

.author-fact-strip span,
.author-fact-strip strong {
  padding-block: 0.72rem;
  border-bottom: 1px solid var(--line);
}

.author-fact-strip span {
  color: var(--accent);
  padding-right: 0.8rem;
  font-size: 0.7rem;
  font-weight: 900;
}

.author-fact-strip strong {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.author-modes-band,
.events-format-band,
.press-assets-band,
.newsletter-manifest-band {
  background: color-mix(in srgb, var(--bg) 84%, #000 16%);
}

.author-section-heading,
.events-section-heading,
.press-section-heading,
.newsletter-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.author-section-heading > p,
.events-section-heading > p,
.press-section-heading > p,
.newsletter-section-heading > p {
  max-width: 31rem;
  margin: 0;
  color: var(--muted);
}

.author-mode-list,
.event-format-list,
.newsletter-dispatch-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.author-mode-list article,
.event-format-list article,
.newsletter-dispatch-list article {
  min-width: 0;
  padding: 1.5rem;
}

.author-mode-list article + article,
.event-format-list article + article,
.newsletter-dispatch-list article + article {
  border-left: 1px solid var(--line);
}

.author-mode-list article > span,
.event-format-list article > span,
.newsletter-dispatch-list article > span {
  display: block;
  margin-bottom: 2.5rem;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
}

.author-mode-list h3,
.event-format-list h3,
.newsletter-dispatch-list h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  line-height: 1;
}

.author-mode-list p,
.event-format-list p:not(.eyebrow),
.newsletter-dispatch-list p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: var(--muted);
}

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

.author-shelf a {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(4.8rem, 6.2rem) minmax(0, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 0.2rem 1rem;
  align-items: end;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 0.9rem;
  text-decoration: none;
}

.author-shelf img {
  grid-row: 1 / 3;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: contain;
}

.author-shelf span,
.press-title-list span {
  color: var(--accent);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.author-shelf strong {
  align-self: start;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.05;
}

.events-desk-grid {
  min-height: 34rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.44fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding-block: clamp(4rem, 8vw, 7rem);
}

.events-desk-copy h1,
.press-room-copy h1 {
  font-size: clamp(4.5rem, 10vw, 9rem);
}

.events-desk-copy .lede,
.press-room-copy .lede,
.newsletter-receiver-copy .lede {
  max-width: 45rem;
  margin: 1.2rem 0 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 2vw, 1.4rem);
}

.events-status-panel {
  position: relative;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  padding: 1.4rem;
  box-shadow: var(--shadow);
}

.events-status-panel strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: 0.92;
}

.events-status-panel > p:last-child {
  margin: 1rem 0 0;
  color: var(--muted);
}

.events-status-light {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 1.1rem;
  height: 1.1rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.events-status-light span {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--accent);
}

.events-empty-state {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 2rem;
}

.events-empty-state > span {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 9vw, 8rem);
  line-height: 1;
}

.events-empty-state p:not(.eyebrow) {
  max-width: 45rem;
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.events-request-band {
  background: color-mix(in srgb, var(--surface) 68%, var(--bg) 32%);
}

.events-request-grid {
  display: grid;
  grid-template-columns: minmax(14rem, 0.62fr) minmax(18rem, 0.8fr) minmax(16rem, 0.55fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}

.events-request-grid ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: request-item;
  border-top: 1px solid var(--line);
}

.events-request-grid li {
  counter-increment: request-item;
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.8rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.events-request-grid li::before {
  content: counter(request-item, decimal-leading-zero);
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 900;
}

.events-request-action p {
  margin: 0 0 1rem;
  color: var(--muted);
}

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

.press-room-grid {
  min-height: 36rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.42fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding-block: clamp(4rem, 8vw, 7rem);
}

.press-room-copy > p:not(.eyebrow, .lede) {
  max-width: 47rem;
  color: var(--muted);
}

.press-portrait-sheet {
  width: min(100%, 21rem);
  justify-self: end;
  border: 1px solid var(--line-strong);
  background: var(--surface);
  padding: 0.65rem;
  transform: rotate(-1.2deg);
  box-shadow: var(--shadow);
}

.press-portrait-sheet img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  background: #090a0b;
}

.press-portrait-sheet div {
  display: grid;
  gap: 0.2rem;
  padding: 0.72rem 0.25rem 0.15rem;
}

.press-portrait-sheet span {
  color: var(--accent);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.press-ticker-band {
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 64%, var(--bg) 36%);
}

.press-ticker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.press-ticker div {
  min-width: 0;
  padding: 1rem;
}

.press-ticker div + div {
  border-left: 1px solid var(--line);
}

.press-ticker span,
.press-ticker strong {
  display: block;
}

.press-ticker span {
  color: var(--accent);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.press-ticker strong {
  margin-top: 0.28rem;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.3;
}

.press-bio-list {
  border-top: 1px solid var(--line);
}

.press-bio-list article {
  display: grid;
  grid-template-columns: minmax(15rem, 0.55fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding-block: 1.7rem;
  border-bottom: 1px solid var(--line);
}

.press-bio-list header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.press-bio-list h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
}

.press-bio-list article > p {
  margin: 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.06rem;
  line-height: 1.7;
}

.press-bio-list button {
  min-height: 2.55rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  padding: 0.55rem 0.72rem;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.press-bio-list button:hover,
.press-bio-list button:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.press-bio-list button svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.copy-value-status {
  min-height: 1.2rem;
  margin: 0.7rem 0 0;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.press-asset-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.press-asset-grid article {
  min-width: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 0.8rem;
}

.press-asset-preview {
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--surface) 86%, transparent);
  overflow: hidden;
}

.press-asset-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.7rem;
  transition: transform 0.18s ease;
}

.press-asset-preview:hover img,
.press-asset-preview:focus-visible img {
  transform: scale(1.025);
}

.press-asset-grid article > div {
  display: grid;
  gap: 0.6rem;
  padding-top: 0.8rem;
}

.press-title-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.press-title-list > a {
  min-width: 0;
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding-block: 0.8rem;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.press-title-list img {
  width: 4rem;
  height: 5.8rem;
  object-fit: contain;
}

.press-title-list strong,
.press-title-list p {
  display: block;
}

.press-title-list strong {
  margin-top: 0.18rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.press-title-list p {
  margin: 0.2rem 0 0;
  color: var(--muted);
}

.press-title-list > a > svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: var(--accent);
}

.newsletter-receiver-grid {
  min-height: 40rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.65fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  padding-block: clamp(4rem, 8vw, 7rem);
}

.newsletter-receiver-copy h1 {
  max-width: 48rem;
  font-size: clamp(4rem, 8vw, 7.6rem);
}

.newsletter-frequency {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.7rem;
}

.newsletter-frequency span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--bg) 78%, transparent);
  color: var(--muted);
  padding: 0.5rem 0.7rem;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.newsletter-receiver-form {
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  padding: clamp(1rem, 3vw, 1.5rem);
  box-shadow: var(--shadow);
}

.newsletter-receiver-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.newsletter-receiver-head > span {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
}

.newsletter-receiver-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.newsletter-receiver-form .newsletter-form {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.newsletter-privacy {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.newsletter-signal-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.newsletter-signal-list a {
  position: relative;
  min-width: 0;
  min-height: 18rem;
  display: grid;
  align-content: start;
  gap: 0.7rem;
  padding: 1.4rem;
  text-decoration: none;
}

.newsletter-signal-list a + a {
  border-left: 1px solid var(--line);
}

.newsletter-signal-list time,
.newsletter-signal-list span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.newsletter-signal-list span {
  color: var(--accent);
}

.newsletter-signal-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.7vw, 2.5rem);
  line-height: 1;
}

.newsletter-signal-list p {
  margin: 0;
  color: var(--muted);
}

.newsletter-signal-list svg {
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  width: 1.2rem;
  height: 1.2rem;
  fill: var(--accent);
}

@media (max-width: 900px) {
  .author-profile-grid,
  .events-desk-grid,
  .press-room-grid,
  .newsletter-receiver-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .author-profile-copy,
  .events-desk-copy,
  .press-room-copy,
  .newsletter-receiver-copy {
    display: grid;
    justify-items: center;
  }

  .author-profile-index {
    width: min(100%, 40rem);
  }

  .author-portrait-stage,
  .press-portrait-sheet {
    justify-self: center;
  }

  .author-biography,
  .events-request-grid {
    grid-template-columns: 1fr 1fr;
  }

  .author-biography-heading,
  .events-request-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .author-mode-list,
  .event-format-list,
  .newsletter-dispatch-list,
  .newsletter-signal-list {
    grid-template-columns: 1fr;
  }

  .author-mode-list article + article,
  .event-format-list article + article,
  .newsletter-dispatch-list article + article,
  .newsletter-signal-list a + a {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .author-mode-list article > span,
  .event-format-list article > span,
  .newsletter-dispatch-list article > span {
    margin-bottom: 1.2rem;
  }

  .author-shelf,
  .events-confirmed-list {
    grid-template-columns: 1fr;
  }

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

  .press-ticker div:nth-child(3) {
    border-left: 0;
  }

  .press-ticker div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .press-bio-list article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .author-profile-grid,
  .events-desk-grid,
  .press-room-grid,
  .newsletter-receiver-grid {
    gap: 2.4rem;
    padding-block: 3rem;
  }

  .author-profile-copy h1,
  .events-desk-copy h1,
  .press-room-copy h1,
  .newsletter-receiver-copy h1 {
    font-size: clamp(3.6rem, 18vw, 5rem);
  }

  .author-profile-actions,
  .events-desk-actions,
  .press-room-actions {
    width: 100%;
    display: grid;
  }

  .author-profile-index {
    grid-template-columns: 1fr;
  }

  .author-profile-index div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding-left: 0;
  }

  .author-portrait-stage,
  .press-portrait-sheet {
    width: min(19rem, 88%);
  }

  .author-statement {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }

  .author-biography,
  .events-request-grid {
    grid-template-columns: 1fr;
  }

  .author-biography-heading,
  .events-request-grid > div:first-child {
    grid-column: auto;
  }

  .author-section-heading,
  .events-section-heading,
  .press-section-heading,
  .newsletter-section-heading {
    display: grid;
    gap: 0.8rem;
    align-items: start;
    text-align: center;
    justify-items: center;
  }

  .author-mode-list article,
  .event-format-list article,
  .newsletter-dispatch-list article {
    text-align: center;
  }

  .events-empty-state {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .press-ticker,
  .press-asset-grid {
    grid-template-columns: 1fr;
  }

  .press-ticker div + div,
  .press-ticker div:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .press-bio-list header {
    display: grid;
  }

  .press-bio-list button {
    justify-self: start;
  }

  .press-title-list > a {
    grid-template-columns: 3.5rem minmax(0, 1fr);
  }

  .press-title-list img {
    width: 3.5rem;
    height: 5rem;
  }

  .press-title-list > a > svg {
    display: none;
  }

  .newsletter-receiver-form {
    width: 100%;
    text-align: left;
  }

  .newsletter-frequency {
    justify-content: center;
  }

  .newsletter-signal-list a {
    min-height: 15rem;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .author-profile-grid {
    gap: 1.35rem;
    padding-block: 2rem;
  }

  .author-profile-copy h1 {
    font-size: clamp(3.45rem, 17vw, 4.4rem);
  }

  .author-profile-deck {
    margin-top: 0.8rem;
    font-size: 1rem;
    line-height: 1.42;
  }

  .author-profile-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
  }

  .author-profile-actions .button {
    min-width: 0;
    padding-inline: 0.65rem;
    font-size: 0.7rem;
  }

  .author-profile-index {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1rem;
  }

  .author-profile-index div,
  .author-profile-index div + div {
    border-top: 0;
    padding: 0.65rem 0.45rem;
  }

  .author-profile-index div + div {
    border-left: 1px solid var(--line);
  }

  .author-profile-index dt {
    font-size: 0.58rem;
  }

  .author-profile-index dd {
    font-size: 0.68rem;
  }

  .author-portrait-stage {
    width: 11.5rem;
    padding: 0.45rem 0.45rem 2rem;
  }

  .author-portrait-stage p {
    margin-top: 0.45rem;
    font-size: 0.56rem;
  }

  .press-room-grid,
  .newsletter-receiver-grid {
    gap: 1.5rem;
    padding-block: 2.2rem;
  }

  .press-room-copy h1 {
    font-size: 4rem;
  }

  .press-room-copy .lede,
  .press-room-copy > p:not(.eyebrow, .lede) {
    margin-block: 0.75rem 0;
  }

  .press-room-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
  }

  .press-room-actions .button {
    min-width: 0;
    padding-inline: 0.6rem;
    font-size: 0.66rem;
  }

  .press-portrait-sheet {
    width: 10.5rem;
  }

  .press-portrait-sheet div {
    padding-top: 0.45rem;
  }

  .press-portrait-sheet strong {
    font-size: 0.72rem;
  }

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

  .newsletter-receiver-copy h1 {
    font-size: 3.45rem;
    line-height: 0.9;
  }

  .newsletter-receiver-copy .lede {
    margin-top: 0.7rem;
    font-size: 1rem;
  }

  .newsletter-frequency {
    margin-top: 1rem;
  }

  .newsletter-frequency span {
    padding: 0.4rem 0.55rem;
    font-size: 0.58rem;
  }

  .newsletter-receiver-form {
    padding: 0.85rem;
  }

  .newsletter-receiver-head {
    margin-bottom: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .newsletter-receiver-head > span {
    width: 2.5rem;
    height: 2.5rem;
  }

  .newsletter-receiver-head h2 {
    font-size: 1.65rem;
  }
}
