@font-face {
  font-family: "Aester Display";
  src: url("Anton-Regular.ttf") format("truetype");
  font-display: swap;
}

:root {
  --ivory: #f2eadf;
  --ivory-light: #fbf6ee;
  --navy: #071e31;
  --navy-soft: #153149;
  --red: #711925;
  --line: rgba(7, 30, 49, 0.24);
  --display: "Aester Display", "Arial Narrow", Impact, sans-serif;
  --body: "Courier New", Courier, monospace;
  --mono: "Courier New", Courier, monospace;
  --page: min(1560px, calc(100vw - 64px));
  color-scheme: light;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ivory);
}

body {
  margin: 0;
  color: var(--navy);
  background: var(--ivory);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

::selection { color: var(--ivory); background: var(--red); }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--ivory);
  background: var(--navy);
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 72px;
  border-bottom: 1px solid var(--line);
  background: rgba(242, 234, 223, 0.96);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: var(--page);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand-mark {
  width: 94px;
  height: 46px;
  color: var(--navy);
  flex: 0 0 auto;
}

.brand-mark img { width: 100%; height: 100%; object-fit: contain; }

.primary-nav {
  display: flex;
  align-items: center;
  gap: 17px;
  white-space: nowrap;
}

.primary-nav a,
.menu-toggle {
  border: 0;
  color: var(--navy);
  background: transparent;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-nav a::after { content: " /"; color: var(--red); }
.primary-nav a:last-child::after { content: ""; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--red); }

.menu-toggle { display: none; cursor: pointer; }

.page-shell,
.section-inner {
  width: var(--page);
  margin: 0 auto;
}

.section {
  position: relative;
  padding: clamp(52px, 5.2vw, 82px) 0;
  border-top: 1px solid var(--line);
}

.section-tight { padding: clamp(34px, 3.5vw, 54px) 0; }
.section-dark { color: var(--ivory); background: var(--navy); }
.section-red { color: var(--ivory); background: var(--red); }

.eyebrow {
  margin: 0 0 22px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow.muted { opacity: 0.62; }

.display {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 0.9;
  text-transform: uppercase;
}

.display-xl { font-size: clamp(76px, 11vw, 184px); }
.display-lg { font-size: clamp(54px, 6.8vw, 108px); }
.display-md { font-size: clamp(42px, 5.4vw, 84px); }
.display-sm { font-size: clamp(31px, 3.6vw, 58px); }

.hero {
  position: relative;
  height: clamp(720px, calc(100svh - 72px), 940px);
  min-height: 720px;
  width: var(--page);
  margin: 0 auto;
  overflow: hidden;
}

.hero-copy {
  position: absolute;
  z-index: 3;
  top: clamp(48px, 7svh, 92px);
  left: 0;
  width: min(58%, 850px);
  padding: 0;
}

.hero-kicker {
  max-width: 580px;
  margin: 0 0 22px;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero-title { font-size: 0; }
.hero-title span { display: block; white-space: nowrap; }
.hero-title > span:first-child { font-size: clamp(112px, 10.2vw, 174px); }
.hero-title .publishing { color: var(--red); font-size: clamp(86px, 7.65vw, 130px); }
.hero-title .period { display: inline; margin-left: 0.095em; color: var(--red); }

.hero-tagline {
  display: inline-flex;
  width: max-content;
  margin: clamp(34px, 4svh, 56px) 0 0;
  flex-direction: column;
  align-items: flex-start;
  color: var(--navy);
  background: transparent;
  font-family: var(--display);
  font-size: clamp(70px, 7.2vw, 118px);
  letter-spacing: -0.01em;
  line-height: 0.94;
  text-transform: uppercase;
}

.hero-tagline span { display: block; }

.hero-image {
  position: absolute;
  z-index: 1;
  right: -7%;
  bottom: 0;
  width: 78%;
  height: 100%;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  transform: none;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 140px);
}

.manifesto-copy {
  max-width: 900px;
  font-size: clamp(20px, 1.65vw, 27px);
  line-height: 1.48;
}

.manifesto-copy p { margin: 0 0 1.25em; }
.manifesto-copy p:last-child { margin-bottom: 0; }

.manifesto-doctrines {
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.manifesto-doctrine {
  display: grid;
  grid-template-columns: 96px minmax(260px, .82fr) minmax(280px, 1.18fr);
  gap: clamp(24px, 4vw, 70px);
  align-items: center;
  min-height: 132px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.doctrine-mark {
  width: 78px;
  height: 78px;
  display: block;
  background-image: url("logo-mark.svg");
  background-repeat: no-repeat;
  background-size: 205% auto;
}

.doctrine-mark-a { background-position: 8% 50%; }
.doctrine-mark-f { background-position: 93% 50%; }
.doctrine-mark-cut { background-position: 51% 50%; transform: rotate(90deg); }

.manifesto-doctrine h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(29px, 3vw, 48px);
  font-weight: 400;
  line-height: .94;
  text-transform: uppercase;
}

.manifesto-doctrine p { max-width: 600px; margin: 0; font-size: clamp(15px, 1.35vw, 20px); line-height: 1.45; }

.quote-block {
  max-width: 1380px;
  margin: 0 auto;
  text-align: center;
}

.quote-block .display { color: var(--ivory); }
.quote-block .display { font-size: clamp(64px, 8vw, 126px); }
.quote-block .accent { color: var(--red); }

.section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 46px;
}

.section-heading-row .support {
  max-width: 420px;
  margin: 0;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.55;
  text-transform: uppercase;
}

.category-label {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 54px 0 24px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.category-label::after { content: ""; height: 1px; flex: 1; background: var(--line); }

.works-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 20px;
}

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

.works-grid-feature { grid-template-columns: 1fr; }
.works-grid-feature .work-card a {
  display: grid;
  grid-template-columns: minmax(240px, 390px) minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 12px clamp(34px, 5vw, 78px);
  align-items: end;
  padding: 26px;
  color: var(--ivory);
  background: var(--navy);
}
.works-grid-feature .cover-frame { grid-column: 1; grid-row: 1 / span 2; }
.works-grid-feature .work-card h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: clamp(58px, 8vw, 126px);
  line-height: .87;
}
.works-grid-feature .work-card p { grid-column: 2; grid-row: 2; margin: 0 0 5px; color: var(--red); }

.work-card { min-width: 0; }
.work-card a { display: block; text-decoration: none; }

.cover-frame {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: var(--navy);
}

.cover-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(242, 234, 223, 0.18);
  pointer-events: none;
}

.cover-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2,.8,.2,1), filter 500ms ease;
}

.work-card a:hover img,
.work-card a:focus-visible img { transform: scale(1.035); filter: saturate(1.08); }

.work-card h3 {
  margin: 14px 0 2px;
  font-family: var(--display);
  font-size: clamp(25px, 2vw, 35px);
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}

.work-card p {
  margin: 8px 0 0;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.screenplay-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.screenplay-list a {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.screenplay-list .number,
.screenplay-list .status {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.screenplay-list .title {
  font-family: var(--display);
  font-size: clamp(28px, 3.6vw, 58px);
  line-height: 0.95;
  text-transform: uppercase;
}

.screenplay-list a:hover .title,
.screenplay-list a:focus-visible .title { color: var(--red); }

.notes-list { border-top: 1px solid var(--line); }

.note-feature {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 44px;
  gap: 32px;
  align-items: start;
  padding: 34px 0 38px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.note-feature .date {
  padding-top: 8px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.note-feature h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(52px, 7.2vw, 112px);
  font-weight: 400;
  line-height: .87;
  text-transform: uppercase;
}
.note-feature .deck { grid-column: 2; max-width: 780px; margin: 8px 0 0; color: var(--red); font-size: clamp(18px, 1.8vw, 26px); }
.note-feature .arrow { grid-column: 3; grid-row: 1; color: var(--red); font-size: 34px; }
.note-feature:hover h3, .note-feature:focus-visible h3 { color: var(--red); }

.notes-list-featured .note-row { padding: 22px 0; }
.notes-list-featured .note-row h3 { font-size: clamp(31px, 3.7vw, 58px); }

.subscribe-bar {
  display: grid;
  grid-template-columns: minmax(190px, .38fr) minmax(0, 1.62fr);
  gap: 30px;
  align-items: center;
  margin-top: 28px;
  padding: 20px 24px;
  border: 1px solid rgba(242,234,223,.35);
}
.subscribe-bar span { color: var(--red); font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.subscribe-bar strong { font-family: var(--display); font-size: clamp(25px, 3vw, 46px); font-weight: 400; line-height: .95; text-transform: uppercase; }

.note-row {
  display: grid;
  grid-template-columns: 160px 1fr 44px;
  gap: 32px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.note-row .date {
  padding-top: 8px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.note-row h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(33px, 4.3vw, 70px);
  font-weight: 400;
  line-height: 0.93;
  text-transform: uppercase;
}

.note-row .arrow { color: var(--red); font-size: 34px; }
.note-row:hover h3, .note-row:focus-visible h3 { color: var(--red); }

.appearance-ribbon { padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.appearance-inline { display: grid; grid-template-columns: auto minmax(260px, .72fr) minmax(280px, 1.28fr); gap: clamp(22px, 4vw, 60px); align-items: center; }
.appearance-inline p { margin: 0; }
.appearance-inline .eyebrow { color: var(--red); }
.nothing-scheduled { font-size: clamp(34px, 4.2vw, 66px); line-height: .88; }
.appearance-note { font-family: var(--display); font-size: clamp(25px, 3vw, 45px); line-height: .95; text-transform: uppercase; }

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

.social-card {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  color: var(--ivory);
  background: var(--navy);
}

.social-card img { width: 100%; height: 100%; object-fit: cover; }
.social-card .social-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: end;
  padding: 22px;
  color: transparent;
  background: linear-gradient(transparent 60%, rgba(7,30,49,.86));
  text-decoration: none;
}

.social-card .social-link::after {
  content: "VIEW ON INSTAGRAM ↗";
  color: var(--ivory);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.contact-cta {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
}

.button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 22px;
  border: 1px solid currentColor;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover, .button:focus-visible { color: var(--ivory); background: var(--red); border-color: var(--red); }
.section-dark .button:hover, .section-dark .button:focus-visible { color: var(--navy); background: var(--ivory); border-color: var(--ivory); }
.button[aria-disabled="true"], .button:disabled { opacity: .45; cursor: not-allowed; }

.site-footer {
  padding: 34px 0;
  color: var(--ivory);
  background: var(--navy);
  border-top: 1px solid rgba(242,234,223,.22);
}

.footer-inner {
  width: var(--page);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--red); }

.interior-hero {
  padding: clamp(72px, 10vw, 150px) 0 clamp(48px, 6vw, 90px);
  border-bottom: 1px solid var(--line);
}

.interior-hero .lede {
  max-width: 800px;
  margin: 24px 0 0;
  font-size: clamp(19px, 2vw, 28px);
  line-height: 1.42;
}

.book-detail {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  gap: clamp(44px, 8vw, 130px);
  align-items: start;
}

.book-cover-large {
  position: sticky;
  top: 110px;
  background: var(--navy);
  box-shadow: 28px 32px 0 var(--red);
}

.book-cover-large img { width: 100%; }

.book-copy .book-tagline {
  margin: 0 0 30px;
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(35px, 4.5vw, 72px);
  line-height: .96;
  text-transform: uppercase;
}

.book-copy .synopsis {
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.52;
}

.book-copy .synopsis p { margin: 0 0 1.2em; }

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 40px 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.spec {
  min-height: 118px;
  padding: 20px;
  background: var(--ivory-light);
}

.spec span { display: block; }
.spec .label { font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.spec .value { margin-top: 10px; font-family: var(--display); font-size: 27px; line-height: 1; text-transform: uppercase; }

.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.related-grid .work-card h3 { font-size: clamp(22px, 2.2vw, 33px); }

.article-shell {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(70px, 10vw, 140px) 0;
}

.article-meta { margin-bottom: 46px; }
.article-body { font-family: Georgia, "Times New Roman", serif; font-size: clamp(19px, 1.75vw, 26px); line-height: 1.68; }
.article-body p { margin: 0 0 1.25em; }
.article-body p:first-child::first-letter { float: left; margin: .06em .12em 0 0; color: var(--red); font-family: var(--display); font-size: 4.2em; line-height: .72; }
.article-pull { margin: 1.4em -12vw; padding: .65em 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--display); font-size: clamp(40px, 6vw, 88px); line-height: .98; text-transform: uppercase; }

.form-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(44px, 8vw, 130px);
  align-items: start;
}

.form-intro { position: sticky; top: 110px; }
.form-intro p { max-width: 440px; font-size: 18px; }

.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; }
.field { display: grid; gap: 9px; }
.field.full { grid-column: 1 / -1; }
.field label, .checkbox-label { font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid var(--navy);
  border-radius: 0;
  padding: 13px 2px;
  color: var(--navy);
  background: transparent;
  outline: none;
}
.field textarea { min-height: 190px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); }
.field .hint { margin: 0; font-size: 12px; opacity: .65; }
.field-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.checkbox-row { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 12px; }
.checkbox-row input { margin-top: 4px; accent-color: var(--red); }
.checkbox-label { line-height: 1.5; letter-spacing: .08em; }
.form-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.form-status { min-height: 24px; margin: 0; font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-status.error { color: var(--red); }

.confirmation {
  display: none;
  padding: 32px;
  color: var(--ivory);
  background: var(--navy);
}
.confirmation.visible { display: block; }
.confirmation h2 { margin: 0 0 12px; font-family: var(--display); font-size: clamp(42px, 6vw, 82px); font-weight: 400; line-height: .95; text-transform: uppercase; }
.confirmation p { max-width: 700px; margin: 0; font-size: 18px; }

.legal-copy { max-width: 860px; font-size: 17px; line-height: 1.65; }
.legal-copy h2 { margin: 2em 0 .5em; font-family: var(--display); font-size: 36px; font-weight: 400; text-transform: uppercase; }

@media (max-width: 1100px) {
  :root { --page: min(100% - 40px, 1100px); }
  .primary-nav { gap: 11px; }
  .primary-nav a { font-size: 10px; letter-spacing: .12em; }
  .hero-copy { width: 61%; }
  .hero-image { right: -10%; width: 82%; }
  .works-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .manifesto-grid, .contact-cta { gap: 60px; }
  .article-pull { margin-left: -4vw; margin-right: -4vw; }
}

@media (max-width: 820px) {
  :root { --page: calc(100vw - 32px); }
  .site-header { height: 66px; }
  .brand-mark { width: 84px; height: 42px; }
  .menu-toggle { display: block; }
  .primary-nav {
    position: fixed;
    inset: 66px 0 0;
    z-index: 99;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 28px 20px;
    background: var(--ivory);
  }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 38px; letter-spacing: 0; line-height: 1; }
  .primary-nav a::after { content: ""; }
  .hero {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto auto;
    padding-top: 22px;
    overflow: hidden;
  }
  .hero-copy { position: static; display: contents; width: auto; padding: 0; }
  .hero-kicker { grid-row: 1; position: relative; z-index: 4; }
  .hero-title { grid-row: 2; position: relative; z-index: 4; }
  .hero-title > span:first-child { font-size: clamp(86px, 23vw, 150px); }
  .hero-title .publishing { font-size: clamp(62px, 17.2vw, 108px); }
  .hero-tagline {
    position: relative;
    z-index: 3;
    grid-row: 4;
    left: auto;
    bottom: auto;
    max-width: none;
    margin: clamp(-190px, -22vw, -118px) 0 36px;
    color: var(--navy);
    background: transparent;
    font-size: clamp(54px, 14.6vw, 88px);
    line-height: .94;
    -webkit-text-stroke: 1px var(--ivory-light);
    paint-order: stroke fill;
  }
  .hero-image {
    position: relative;
    z-index: 1;
    grid-row: 3;
    right: auto;
    bottom: auto;
    width: 132%;
    height: clamp(540px, 112vw, 760px);
    margin: clamp(-116px, -13vw, -72px) -18% 0 -14%;
  }
  .hero-image img { object-fit: cover; object-position: center bottom; transform: none; }
  .manifesto-grid, .contact-cta, .book-detail, .form-layout { grid-template-columns: 1fr; }
  .manifesto-doctrine { grid-template-columns: 72px 1fr; gap: 18px 24px; }
  .manifesto-doctrine p { grid-column: 2; }
  .doctrine-mark { width: 64px; height: 64px; }
  .works-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .works-grid-feature { grid-template-columns: 1fr; }
  .works-grid-feature .work-card a { grid-template-columns: minmax(170px, .7fr) 1.3fr; padding: 18px; gap: 10px 24px; }
  .works-grid-feature .work-card h3 { font-size: clamp(43px, 9.5vw, 74px); }
  .section-heading-row { align-items: start; flex-direction: column; }
  .note-row { grid-template-columns: 1fr 34px; gap: 10px; }
  .note-row .date { grid-column: 1 / -1; }
  .note-feature { grid-template-columns: 1fr 34px; gap: 10px; }
  .note-feature .date { grid-column: 1 / -1; }
  .note-feature .deck { grid-column: 1; }
  .note-feature .arrow { grid-column: 2; grid-row: 2; }
  .subscribe-bar { grid-template-columns: 1fr; gap: 12px; }
  .appearance-inline { grid-template-columns: 1fr; gap: 9px; }
  .appearance-note { max-width: 760px; }
  .social-grid { grid-template-columns: repeat(3, minmax(74vw, 1fr)); gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; }
  .social-card { aspect-ratio: 4 / 4.7; scroll-snap-align: start; }
  .book-cover-large, .form-intro { position: static; }
  .book-cover-large { max-width: 520px; margin: 0 auto 40px; }
  .related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .article-shell { width: var(--page); }
  .article-pull { margin-left: 0; margin-right: 0; }
}

@media (max-width: 540px) {
  .hero-kicker { max-width: 270px; font-size: 10px; }
  .hero-image { width: 140%; height: clamp(520px, 133vw, 680px); margin-right: -23%; margin-left: -17%; }
  .hero-tagline { margin-top: clamp(-176px, -39vw, -126px); font-size: clamp(52px, 15vw, 78px); }
  .hero-title > span:first-child { font-size: clamp(76px, 24vw, 112px); }
  .hero-title .publishing { font-size: clamp(52px, 17vw, 82px); }
  .works-grid, .related-grid { grid-template-columns: 1fr; }
  .works-grid-feature .work-card a { display: block; }
  .works-grid-feature .cover-frame { max-width: 310px; margin-bottom: 20px; }
  .works-grid-feature .work-card h3 { margin-bottom: 12px; }
  .screenplay-list a { grid-template-columns: 42px 1fr; }
  .screenplay-list .status { grid-column: 2; }
  .spec-grid { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .field.full, .checkbox-row, .form-actions { grid-column: 1; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* CMS-enabled book detail: optional front/back cover gallery */
.book-cover-gallery {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 34px;
  align-self: start;
}
.book-cover-gallery .book-cover-large { position: static; top: auto; }
.book-cover-gallery.has-back .book-cover-back { box-shadow: 28px 32px 0 var(--navy); }
@media (max-width: 860px) {
  .book-cover-gallery { position: static; max-width: 520px; margin: 0 auto 40px; }
  .book-cover-gallery .book-cover-large { max-width: none; margin: 0; }
}

.hero-kicker-name,.hero-kicker-role{display:block!important}.hero-kicker-role{margin-top:.35rem}.hero-kicker [data-cms-setting]{display:block}
