:root {
  --ink: #191b1a;
  --ink-soft: #303431;
  --paper: #f4efe5;
  --paper-deep: #e7ddcf;
  --paper-light: #fbf8f1;
  --line: rgba(25, 27, 26, 0.2);
  --accent: #8f3c26;
  --winter: #0a2a42;
  --winter-soft: #dce5e8;
  --water: #0c4850;
  --waterline: #df8d6d;
  --waterline-soft: #f2c4aa;
  --serif: "Iowan Old Style", "New York", Baskerville, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --page-pad: clamp(1.25rem, 4vw, 4.5rem);
  --shadow: 0 2.2rem 5rem rgba(8, 13, 14, 0.28);
}

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

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}

.page-home a:focus-visible,
.page-book.theme-winter a:focus-visible,
.authors a:focus-visible,
.site-footer a:focus-visible {
  outline-color: #eba270;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.97;
  letter-spacing: -0.035em;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  color: var(--paper-light);
  background: var(--ink);
  transform: translateY(-160%);
}

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  min-height: 5.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.25rem var(--page-pad);
  color: var(--ink);
}

.page-home .site-header,
.page-book.theme-winter .site-header {
  color: var(--paper-light);
}

.site-brand {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0;
  line-height: 1;
  text-decoration: none;
}

.site-brand__identity {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
}

.site-brand__symbol {
  flex: 0 0 auto;
  width: 3.25rem;
}

.site-brand__symbol--paper,
.site-brand__compact {
  display: none;
}

.site-brand__name {
  font-family: var(--serif);
  font-size: clamp(1.32rem, 1.8vw, 1.75rem);
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.page-home .site-brand__symbol--rose,
.page-book.theme-winter .site-brand__symbol--rose {
  display: none;
}

.page-home .site-brand__symbol--paper,
.page-book.theme-winter .site-brand__symbol--paper {
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  text-decoration: none;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.45rem;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after,
.site-nav a.is-current::after {
  transform: scaleX(1);
  transform-origin: left;
}

.eyebrow {
  margin-bottom: 1.25rem;
  color: var(--accent);
  font-size: 0.73rem;
  font-weight: 650;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #eba270;
}

.home-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.92fr) minmax(29rem, 1.08fr);
  align-items: center;
  gap: clamp(1rem, 4vw, 5rem);
  padding: 8.5rem var(--page-pad) 5rem;
  color: var(--paper-light);
  background:
    radial-gradient(circle at 75% 58%, rgba(72, 125, 127, 0.22), transparent 36%),
    radial-gradient(circle at 15% 10%, rgba(180, 91, 63, 0.18), transparent 30%),
    var(--ink);
}

.home-hero::before {
  position: absolute;
  top: 12%;
  right: -14rem;
  width: 44rem;
  height: 44rem;
  border: 1px solid rgba(244, 239, 229, 0.09);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 5rem rgba(244, 239, 229, 0.025),
    0 0 0 10rem rgba(244, 239, 229, 0.018);
}

.home-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 49rem;
}

.home-hero h1 {
  max-width: 8ch;
  margin-bottom: 1.6rem;
  font-size: clamp(4.6rem, 9.3vw, 9.2rem);
  line-height: 0.76;
  letter-spacing: -0.07em;
}

.home-hero h1 span {
  display: inline-block;
  margin-left: 0.48em;
  color: #e7d7c5;
  font-style: italic;
  letter-spacing: -0.06em;
}

.home-hero__line {
  max-width: 34rem;
  margin-bottom: 2rem;
  color: rgba(251, 248, 241, 0.72);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.35;
}

.text-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link::after {
  width: 2.7rem;
  height: 1px;
  background: currentColor;
  content: "";
  transition: width 200ms ease;
}

.text-link:hover::after {
  width: 4rem;
}

.text-link--light {
  color: var(--paper-light);
}

.cover-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  height: min(73vh, 49rem);
  min-height: 35rem;
  perspective: 1200px;
}

.cover-stage__book {
  position: absolute;
  display: block;
  width: clamp(14rem, 23vw, 21rem);
  text-decoration: none;
  transition: transform 350ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 350ms ease;
  will-change: transform;
}

.cover-stage__book img {
  width: 100%;
  box-shadow: var(--shadow);
}

.cover-stage__book--winter {
  top: 3%;
  left: 5%;
  transform: translate3d(var(--winter-x, 0), var(--winter-y, 0), 0) rotate(-5.5deg);
}

.cover-stage__book--waterline {
  right: 5%;
  bottom: 1%;
  transform: translate3d(var(--water-x, 0), var(--water-y, 0), 0) rotate(4.5deg);
}

.cover-stage:hover .cover-stage__book:not(:hover) {
  filter: brightness(0.78) saturate(0.82);
}

.cover-stage__book--winter:hover {
  transform: translate3d(var(--winter-x, 0), calc(var(--winter-y, 0px) - 0.8rem), 0) rotate(-3deg);
}

.cover-stage__book--waterline:hover {
  transform: translate3d(var(--water-x, 0), calc(var(--water-y, 0px) - 0.8rem), 0) rotate(2deg);
}

.home-hero__folio {
  position: absolute;
  right: var(--page-pad);
  bottom: 1.3rem;
  margin: 0;
  color: rgba(251, 248, 241, 0.38);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
}

.hero-enter {
  animation: hero-rise 900ms both cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-enter--one {
  animation-delay: 100ms;
}

.hero-enter--two {
  animation-delay: 260ms;
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

[data-reveal].is-pending {
  opacity: 0;
  transform: translateY(2rem);
}

[data-reveal] {
  transition: opacity 700ms ease, transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.press-statement {
  padding: clamp(6rem, 14vw, 13rem) var(--page-pad);
  background: var(--paper);
}

.press-statement p {
  max-width: 26ch;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 5.4vw, 5.3rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.press-statement p::first-letter {
  color: var(--accent);
}

.catalog {
  background: var(--paper-light);
}

.section-heading {
  padding: clamp(6rem, 10vw, 10rem) var(--page-pad) clamp(4rem, 7vw, 7rem);
}

.section-heading h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(3.25rem, 7vw, 7.4rem);
}

.section-heading--compact {
  padding-bottom: 3.5rem;
}

.section-heading--compact h2 {
  font-size: clamp(3rem, 6vw, 6.2rem);
}

.book-feature {
  display: grid;
  min-height: 54rem;
  grid-template-columns: minmax(17rem, 0.78fr) minmax(24rem, 1.22fr);
  align-items: center;
  gap: clamp(3rem, 9vw, 9rem);
  padding: clamp(5rem, 9vw, 9rem) var(--page-pad);
}

.book-feature--winter {
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.72), transparent 28%),
    var(--winter-soft);
}

.book-feature--waterline {
  background:
    radial-gradient(circle at 90% 28%, rgba(255, 244, 230, 0.72), transparent 32%),
    var(--waterline-soft);
}

.book-feature--reverse .book-feature__cover {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

.book-feature--reverse .book-feature__copy {
  grid-column: 1;
  grid-row: 1;
}

.book-feature__cover {
  display: block;
  width: min(100%, 26rem);
  justify-self: center;
  text-decoration: none;
  transform: rotate(-1.4deg);
}

.book-feature--waterline .book-feature__cover {
  transform: rotate(1.4deg);
}

.book-feature__cover img {
  width: 100%;
  box-shadow: 0 2rem 4rem rgba(25, 27, 26, 0.22);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.book-feature__cover:hover img {
  box-shadow: 0 2.6rem 5rem rgba(25, 27, 26, 0.28);
  transform: translateY(-0.65rem);
}

.book-feature__copy {
  max-width: 42rem;
}

.book-feature__copy h3 {
  max-width: 9ch;
  margin-bottom: 0.6rem;
  font-size: clamp(3.3rem, 6.6vw, 7.2rem);
}

.book-feature__copy .byline {
  margin-bottom: 3rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-style: italic;
}

.book-feature__hook {
  max-width: 26ch;
  margin-bottom: 1.25rem;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
  line-height: 1.18;
}

.book-feature__copy > p:not(.eyebrow, .byline, .book-feature__hook) {
  max-width: 38rem;
  margin-bottom: 2rem;
}

.authors {
  padding-bottom: clamp(6rem, 10vw, 10rem);
  color: var(--paper-light);
  background: var(--ink);
}

.authors .eyebrow {
  color: #eba270;
}

.author-list {
  padding: 0 var(--page-pad);
}

.author-row {
  position: relative;
  display: grid;
  min-height: 12rem;
  grid-template-columns: minmax(15rem, 0.85fr) minmax(18rem, 1.15fr) auto;
  align-items: center;
  gap: 3rem;
  border-top: 1px solid rgba(244, 239, 229, 0.22);
  text-decoration: none;
}

.author-row:last-child {
  border-bottom: 1px solid rgba(244, 239, 229, 0.22);
}

.author-row::before {
  position: absolute;
  inset: 0;
  background: var(--accent);
  content: "";
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: opacity 250ms ease, transform 300ms ease;
}

.author-row--waterline::before {
  background: var(--water);
}

.author-row:hover::before {
  opacity: 0.28;
  transform: scaleY(1);
}

.author-row > span {
  position: relative;
  z-index: 1;
}

.author-row__name {
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4.6vw, 5.2rem);
  line-height: 1;
}

.author-row__line {
  max-width: 39rem;
  color: rgba(251, 248, 241, 0.7);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.4;
}

.author-row__arrow {
  font-size: 1.5rem;
}

.home-hero__newsletter {
  max-width: 34rem;
  margin: 0 0 1.15rem;
  padding: 1.15rem 0 1rem;
  border-top: 1px solid rgba(251, 248, 241, 0.2);
  border-bottom: 1px solid rgba(251, 248, 241, 0.2);
}

.home-hero__newsletter h2 {
  margin: 0 0 0.3rem;
  color: var(--paper-light);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.newsletter__description {
  max-width: 45ch;
  margin-bottom: 0.85rem;
  color: rgba(251, 248, 241, 0.67);
  font-size: 0.88rem;
  line-height: 1.45;
}

.newsletter-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
}

.newsletter-form input[type="email"] {
  min-width: 0;
  min-height: 3.25rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(251, 248, 241, 0.34);
  color: var(--paper-light);
  outline: 0;
  background: rgba(251, 248, 241, 0.06);
  font-family: var(--sans);
  font-size: 1rem;
}

.newsletter-form input[type="email"]::placeholder {
  color: rgba(251, 248, 241, 0.5);
}

.newsletter-form__row:focus-within {
  border-color: transparent;
}

.newsletter-form button {
  min-height: 3.25rem;
  align-self: center;
  padding: 0.75rem 1.05rem;
  border: 0;
  color: var(--ink);
  background: #eba270;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.newsletter-form button:hover {
  background: var(--paper-light);
  transform: translateY(-2px);
}

.newsletter-form button:disabled {
  cursor: wait;
  opacity: 0.66;
  transform: none;
}

.newsletter-form button:focus-visible,
.newsletter-form input[type="email"]:focus-visible {
  outline: 3px solid #eba270;
  outline-offset: 3px;
}

.newsletter__fineprint,
.newsletter__status,
.newsletter__success > p:not(.newsletter__success-heading) {
  max-width: 50ch;
  color: rgba(251, 248, 241, 0.52);
  font-size: 0.7rem;
  line-height: 1.45;
}

.newsletter__fineprint {
  margin: 0.55rem 0 0;
}

.newsletter__fineprint a {
  text-underline-offset: 0.18em;
}

.newsletter__status {
  min-height: 1rem;
  margin: 0.35rem 0 0;
  color: #ffc3a0;
}

.newsletter__success {
  padding: 0.35rem 0 0;
  outline: 0;
}

.newsletter__success-heading {
  margin-bottom: 0.25rem;
  color: var(--paper-light);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  line-height: 1;
}

.book-hero {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(18rem, 0.84fr) minmax(26rem, 1.16fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
  padding: 9.5rem var(--page-pad) 6rem;
}

.book-hero--winter {
  color: var(--paper-light);
  background:
    radial-gradient(circle at 18% 52%, rgba(70, 116, 145, 0.42), transparent 34%),
    var(--winter);
}

.book-hero--waterline {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 36%, rgba(255, 238, 213, 0.82), transparent 30%),
    var(--waterline-soft);
}

.book-hero__visual {
  width: min(100%, 31rem);
  justify-self: end;
}

.book-hero__visual img {
  width: 100%;
  box-shadow: var(--shadow);
  transform: rotate(-1deg);
}

.book-hero--waterline .book-hero__visual img {
  transform: rotate(1deg);
}

.book-hero__copy {
  max-width: 46rem;
}

.book-hero--winter .eyebrow {
  color: #f4a05e;
}

.book-hero__copy h1 {
  max-width: 10ch;
  margin-bottom: 0.7rem;
  font-size: clamp(4rem, 7.8vw, 8rem);
}

.book-subtitle,
.book-author {
  font-family: var(--serif);
  font-size: 1.08rem;
  font-style: italic;
}

.book-author {
  margin-bottom: 2.8rem;
}

.book-author a {
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.18em;
}

.book-author a:hover {
  text-decoration-thickness: 0.1em;
}

.book-hook {
  max-width: 29ch;
  margin-bottom: 1.6rem;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  line-height: 1.22;
}

.book-description {
  max-width: 44rem;
}

.book-description p {
  margin-bottom: 1.15rem;
}

.book-hero--winter .book-description,
.book-hero--winter .book-details,
.book-hero--winter .release-state {
  color: rgba(251, 248, 241, 0.78);
}

.book-details {
  display: grid;
  margin: 2rem 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid currentColor;
  list-style: none;
}

.book-details li {
  padding: 0.65rem 1rem 0.65rem 0;
  border-top: 1px solid currentColor;
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.035em;
}

.release-state {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  font-size: 0.84rem;
}

.release-state span {
  flex: 0 0 auto;
  padding: 0.68rem 0.9rem;
  color: var(--paper-light);
  background: var(--accent);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.book-afterword {
  display: grid;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(22rem, 1.2fr);
  gap: clamp(3rem, 9vw, 10rem);
  padding: clamp(6rem, 10vw, 10rem) var(--page-pad);
  background: var(--paper-light);
}

.book-afterword h2 {
  margin: 0;
  font-size: clamp(3.5rem, 6vw, 6.5rem);
}

.book-afterword > div:last-child {
  max-width: 37rem;
  align-self: end;
}

.book-afterword > div:last-child p {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.35;
}

.author-hero {
  display: grid;
  min-height: 90svh;
  grid-template-columns: minmax(20rem, 0.85fr) minmax(26rem, 1.15fr);
  padding-top: 5.5rem;
}

.author-hero__heading,
.author-hero__bio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 9vw, 10rem) var(--page-pad);
}

.author-hero__heading {
  position: relative;
  overflow: hidden;
  color: var(--paper-light);
  background: var(--winter);
}

.author-hero--waterline .author-hero__heading {
  color: var(--ink);
  background: var(--waterline);
}

.author-hero__heading .eyebrow {
  color: #f4a05e;
}

.author-hero--waterline .author-hero__heading .eyebrow {
  color: #5c2118;
}

.author-hero__heading h1 {
  position: relative;
  z-index: 1;
  max-width: 7ch;
  margin: 0;
  font-size: clamp(4.3rem, 8vw, 8.5rem);
}

.author-hero__initials {
  position: absolute;
  right: -0.08em;
  bottom: -0.2em;
  color: rgba(244, 239, 229, 0.07);
  font-family: var(--serif);
  font-size: clamp(14rem, 27vw, 32rem);
  line-height: 1;
  letter-spacing: -0.14em;
  pointer-events: none;
}

.author-hero--waterline .author-hero__initials {
  color: rgba(25, 27, 26, 0.07);
}

.author-hero__bio {
  background: var(--paper);
}

.author-hero__bio p {
  max-width: 43rem;
  margin-bottom: 1.25rem;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.65vw, 1.45rem);
  line-height: 1.55;
}

.author-book {
  display: grid;
  min-height: 46rem;
  grid-template-columns: minmax(17rem, 0.75fr) minmax(22rem, 1.25fr);
  align-items: center;
  gap: clamp(3rem, 9vw, 9rem);
  padding: clamp(5rem, 9vw, 9rem) var(--page-pad);
}

.author-book--winter {
  background: var(--winter-soft);
}

.author-book--waterline {
  background: var(--waterline-soft);
}

.author-book__cover {
  width: min(100%, 22rem);
  justify-self: end;
  text-decoration: none;
}

.author-book__cover img {
  width: 100%;
  box-shadow: 0 1.8rem 4rem rgba(25, 27, 26, 0.24);
}

.author-book__copy {
  max-width: 38rem;
}

.author-book__copy h2 {
  margin-bottom: 1.4rem;
  font-size: clamp(3.4rem, 6.6vw, 7rem);
}

.author-book__copy > p:not(.eyebrow) {
  margin-bottom: 2rem;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.25;
}

.utility-page {
  min-height: 80svh;
  padding: clamp(10rem, 16vw, 14rem) var(--page-pad) clamp(7rem, 11vw, 11rem);
  background:
    linear-gradient(110deg, rgba(180, 91, 63, 0.08), transparent 38%),
    var(--paper);
}

.utility-page > * {
  max-width: 55rem;
}

.utility-page h1 {
  margin-bottom: 2rem;
  font-size: clamp(4.8rem, 10vw, 10rem);
}

.utility-page__intro {
  max-width: 35rem;
  margin-bottom: clamp(4rem, 8vw, 7rem);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.7vw, 2.35rem);
  line-height: 1.28;
}

.contact-block {
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.contact-block__label {
  margin-bottom: 0.8rem;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-block__address,
.contact-block > a {
  margin-bottom: 0.35rem;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4.2vw, 4rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.contact-block__note {
  color: rgba(25, 27, 26, 0.65);
  font-size: 0.88rem;
}

.prose-page__body {
  max-width: 47rem;
}

.prose-page__body h2 {
  margin: 3rem 0 0.8rem;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
}

.prose-page__body p {
  max-width: 43rem;
}

.prose-page__updated {
  margin-top: 4rem;
  color: rgba(25, 27, 26, 0.62);
  font-size: 0.84rem;
}

.utility-page--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.welcome-page {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  grid-template-columns: minmax(19rem, 0.82fr) minmax(28rem, 1.18fr);
  align-items: center;
  gap: clamp(3rem, 9vw, 10rem);
  padding: 9rem var(--page-pad) 6rem;
  background:
    radial-gradient(circle at 16% 50%, rgba(143, 60, 38, 0.1), transparent 34%),
    var(--paper);
}

.welcome-page::after {
  position: absolute;
  right: -11rem;
  bottom: -14rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(143, 60, 38, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 4rem rgba(143, 60, 38, 0.035),
    0 0 0 8rem rgba(143, 60, 38, 0.02);
  content: "";
  pointer-events: none;
}

.welcome-page__mark {
  position: relative;
  z-index: 1;
  width: min(100%, 34rem);
  justify-self: end;
}

.welcome-page__mark::before {
  position: absolute;
  inset: 50% 8% auto;
  height: 1px;
  background: rgba(143, 60, 38, 0.18);
  content: "";
}

.welcome-page__mark img {
  position: relative;
  width: 100%;
}

.welcome-page__copy {
  position: relative;
  z-index: 1;
  max-width: 53rem;
}

.welcome-page h1 {
  max-width: 10ch;
  margin-bottom: 1.7rem;
  font-size: clamp(4.4rem, 8vw, 8.5rem);
  line-height: 0.84;
  letter-spacing: -0.065em;
}

.welcome-page h1 span {
  color: var(--accent);
  font-style: italic;
}

.welcome-page__intro {
  max-width: 36rem;
  margin-bottom: 2rem;
  color: rgba(25, 27, 26, 0.72);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.1vw, 1.8rem);
  line-height: 1.42;
}

.button-link {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.2rem;
  color: var(--paper-light);
  background: var(--ink);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.3fr auto;
  align-items: start;
  gap: 2rem;
  padding: clamp(4rem, 7vw, 7rem) var(--page-pad) 2.5rem;
  color: rgba(251, 248, 241, 0.7);
  background: #121413;
  font-size: 0.82rem;
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--paper-light);
}

.site-footer__symbol {
  width: 3.3rem;
}

.site-footer__name {
  font-family: var(--serif);
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}

.site-footer > p {
  max-width: 25rem;
}

.site-footer nav {
  display: flex;
  gap: 1.5rem;
}

.site-footer nav a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
}

.site-footer__copyright {
  grid-column: 1 / -1;
  margin: 3rem 0 0;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(244, 239, 229, 0.15);
  color: rgba(251, 248, 241, 0.55);
  font-size: 0.72rem;
}

@media (max-width: 980px) {
  .home-hero {
    grid-template-columns: minmax(0, 0.82fr) minmax(23rem, 1.18fr);
  }

  .cover-stage {
    min-height: 31rem;
  }

  .cover-stage__book {
    width: clamp(12.5rem, 25vw, 17.5rem);
  }

  .book-feature {
    min-height: 46rem;
    grid-template-columns: minmax(15rem, 0.76fr) minmax(20rem, 1.24fr);
    gap: 4rem;
  }

  .book-hero {
    grid-template-columns: minmax(15rem, 0.75fr) minmax(22rem, 1.25fr);
    gap: 4rem;
  }

  .author-row {
    grid-template-columns: minmax(14rem, 0.8fr) 1.2fr auto;
    gap: 2rem;
  }
}

@media (max-width: 760px) {
  :root {
    --page-pad: 1.35rem;
  }

  .site-header {
    min-height: 4.7rem;
    align-items: flex-start;
    gap: 0.8rem;
    padding-top: 0.95rem;
  }

  .site-brand__identity {
    display: none;
  }

  .site-brand__compact {
    display: block;
    width: 3.25rem;
  }

  .site-nav {
    gap: 0.9rem;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .home-hero {
    min-height: 100svh;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-items: start;
    gap: 1.4rem;
    padding-top: 6.8rem;
    padding-bottom: 2.8rem;
  }

  .home-hero::before {
    top: 48%;
    right: -19rem;
    width: 34rem;
    height: 34rem;
  }

  .home-hero h1 {
    margin-bottom: 1rem;
    font-size: clamp(4.1rem, 21vw, 6.4rem);
  }

  .home-hero__line {
    margin-bottom: 1.1rem;
    font-size: 1.08rem;
  }

  .cover-stage {
    height: min(56vh, 31rem);
    min-height: 23rem;
  }

  .cover-stage__book {
    width: min(47vw, 14.5rem);
  }

  .cover-stage__book--winter {
    top: 2%;
    left: 6%;
  }

  .cover-stage__book--waterline {
    right: 5%;
    bottom: 0;
  }

  .home-hero__folio {
    display: none;
  }

  .press-statement {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .press-statement p {
    font-size: clamp(2.3rem, 11vw, 4rem);
  }

  .section-heading {
    padding-top: 5.5rem;
  }

  .book-feature,
  .book-feature--reverse {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 3.5rem;
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }

  .book-feature__cover,
  .book-feature--reverse .book-feature__cover {
    width: min(72vw, 22rem);
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
  }

  .book-feature__copy,
  .book-feature--reverse .book-feature__copy {
    grid-column: 1;
    grid-row: 2;
  }

  .book-feature__copy h3 {
    font-size: clamp(3.4rem, 16vw, 5.5rem);
  }

  .author-row {
    min-height: 0;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    padding: 2.2rem 0;
  }

  .author-row__line {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .author-row__arrow {
    grid-column: 2;
    grid-row: 1;
  }

  .book-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 4rem;
    padding-top: 7rem;
  }

  .book-hero__visual {
    width: min(72vw, 25rem);
    justify-self: center;
  }

  .book-hero__copy h1 {
    font-size: clamp(4rem, 17vw, 6.5rem);
  }

  .book-details {
    grid-template-columns: 1fr;
  }

  .release-state {
    align-items: flex-start;
    flex-direction: column;
  }

  .book-afterword {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .author-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 4.7rem;
  }

  .author-hero__heading,
  .author-hero__bio {
    min-height: 29rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .author-hero__heading h1 {
    font-size: clamp(4.3rem, 19vw, 7rem);
  }

  .author-hero__bio p {
    font-size: 1.14rem;
  }

  .author-book {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .author-book__cover {
    width: min(64vw, 21rem);
    justify-self: center;
  }

  .utility-page {
    padding-top: 8rem;
  }

  .utility-page h1 {
    font-size: clamp(4.3rem, 20vw, 7rem);
  }

  .welcome-page {
    min-height: 100svh;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-content: center;
    gap: 2.3rem;
    padding-top: 7.5rem;
    padding-bottom: 4.5rem;
  }

  .welcome-page::after {
    right: -18rem;
    bottom: -15rem;
  }

  .welcome-page__mark {
    width: min(63vw, 19rem);
    justify-self: start;
  }

  .welcome-page h1 {
    margin-bottom: 1.4rem;
    font-size: clamp(4rem, 18vw, 6.2rem);
  }

  .welcome-page__intro {
    font-size: 1.2rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .site-footer__copyright {
    grid-column: 1;
    margin-top: 1.5rem;
  }
}

@media (max-width: 390px) {
  .site-nav {
    gap: 0.65rem;
    font-size: 0.66rem;
  }

  .home-hero h1 {
    font-size: 4rem;
  }

  .home-hero h1 span {
    margin-left: 0.28em;
  }

  .cover-stage {
    min-height: 21rem;
  }

  .newsletter-form button {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    letter-spacing: 0.08em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal].is-pending {
    opacity: 1;
    transform: none;
  }
}
