:root {
  --paper: #F7F3E8;
  --ink: #1A1A14;
  --forest: #2E4033;
  --muted: #6f7167;
  --line: #d8d5c8;
  --white: #fffaf2;
  --gold: #c6a36a;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 17px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) {
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
summary,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button {
  color: inherit;
}
button:disabled {
  cursor: wait;
  opacity: 0.5;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #9f703c;
  outline-offset: 5px;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(64px, 7.2vw, 112px);
}
h2 {
  font-size: clamp(42px, 4.6vw, 70px);
}
h3 {
  font-size: 34px;
  letter-spacing: -0.025em;
}
h1 em,
h2 em {
  font-weight: 400;
  color: var(--forest);
}
p + p {
  margin-top: 16px;
}
p {
  max-width: 65ch;
}
button {
  border: 0;
  background: none;
}
em {
  font-family: var(--serif);
}
.wrap {
  width: min(1320px, calc(100% - 112px));
  margin-inline: auto;
}
.eyebrow {
  font: 500 11px/1.5 var(--sans);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.small-note,
.caption {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}
.caption {
  margin-top: 28px;
}
.button {
  display: inline-flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  background: var(--forest);
  color: var(--white);
  text-decoration: none;
  min-height: 56px;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--forest);
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #223d2c;
  transform: translateY(-2px);
}
.button span {
  font-size: 21px;
  font-weight: 400;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid var(--ink);
  padding: 0 0 6px;
  background: none;
}
.text-link:hover {
  color: #6b5536;
  border-color: #6b5536;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
  z-index: 99;
  background: var(--forest);
  color: white;
  padding: 12px;
}
.skip-link:focus {
  transform: none;
}
.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 124px;
  border-bottom: 1px solid var(--line);
  gap: 35px;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.wordmark svg {
  width: 34px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.15;
}
.wordmark > span {
  font: 500 30px/1 var(--serif);
  letter-spacing: -0.02em;
}
.wordmark-small {
  display: block;
  text-align: center;
  font: 500 9px/1 var(--sans);
  letter-spacing: 0.24em;
  margin-top: 10px;
}
.masthead nav {
  display: flex;
  align-items: center;
  gap: 37px;
  font-size: 13px;
}
.masthead nav a {
  text-decoration: none;
}
.masthead nav a:hover,
.masthead nav a[aria-current] {
  text-decoration: underline;
}
.nav-cta {
  border-bottom: 1px solid var(--ink);
  padding: 10px 0;
  display: flex;
  gap: 30px;
}
.menu-toggle {
  display: none;
}
.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 6%;
  padding-block: 50px 60px;
}
.hero-words {
  padding: 24px 0 10px;
}
.hero-words h1 {
  margin-bottom: 30px;
  font-size: clamp(65px, 7vw, 108px);
  line-height: 0.94;
}
.hero-words > p:not(.eyebrow):not(.small-note) {
  font-size: 16px;
  line-height: 1.8;
  max-width: 345px;
}
.hero-words > p + p {
  margin-top: 8px;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin: 30px 0 16px;
}
.hero-actions .text-link {
  font-size: 12px;
  gap: 10px;
}
.hero-photo {
  position: relative;
  align-self: stretch;
  min-height: 620px;
}
.hero-photo > img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 50% 60%;
}
.hero-photo figcaption {
  position: absolute;
  bottom: 25px;
  left: 26px;
  right: 26px;
  color: #fff9eb;
  text-shadow: 0 1px 14px #000a;
  font: 24px/1.25 var(--serif);
  z-index: 1;
}
.hero-photo figcaption i {
  display: block;
}
.hero-photo:after {
  content: "";
  position: absolute;
  inset: 65% 0 0;
  background: linear-gradient(transparent, #16241e99);
}
.margin-note {
  position: absolute;
  right: -28px;
  top: 48px;
  writing-mode: vertical-rl;
  font-size: 9px;
  letter-spacing: 0.18em;
}
.promise-strip {
  border-block: 1px solid var(--line);
  display: flex;
  justify-content: center;
  gap: 8%;
  padding: 22px;
  font: 12px var(--sans);
  letter-spacing: 0.015em;
}
.promise-strip span:before {
  content: "✳";
  padding-right: 12px;
  color: #8e754b;
}
.chapter {
  padding-block: 115px;
}
.story-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 14%;
}
.story-preview h2 {
  margin-bottom: 26px;
}
.story-preview p:not(.eyebrow):not(.caption) {
  font-size: 16px;
}
.story-preview .text-link {
  margin-top: 30px;
}
.book-object {
  background: #ded9c8;
  text-decoration: none;
  padding: 50px 36px 22px;
  position: relative;
}
.book-shadow {
  width: 62%;
  margin: auto;
  transform: rotate(-7deg);
  box-shadow:
    -6px 5px 0 #b1ad9b,
    -12px 10px 1px #fff8e7,
    10px 20px 24px #30251945;
  transition: transform 0.4s;
}
.book-object:hover .book-shadow {
  transform: rotate(-3deg) translateY(-5px);
}
.book-shadow img {
  width: 100%;
  aspect-ratio: 900/1342;
  object-fit: cover;
}
.book-label {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-top: 47px;
}
.process-section {
  background: #e9e7dc;
  padding: 100px 0;
}
.section-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.section-top > p {
  font-size: 15px;
  max-width: 260px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  margin: 55px 0 36px;
}
.steps article {
  border-top: 1px solid #babdae;
  padding-top: 22px;
}
.step-num {
  font: italic 28px var(--serif);
  color: #777d67;
}
.steps h3 {
  margin: 28px 0 18px;
}
.steps p {
  font-size: 15px;
  line-height: 1.8;
}
.voice-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 13%;
}
.telephone-art img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.voice-feature h2 {
  margin-bottom: 25px;
}
.voice-feature .button {
  margin-top: 28px;
}
.voice-feature .small-note {
  margin-top: 18px;
}
.offer-band {
  background: var(--forest);
  color: #f8f2e6;
  padding: 86px 0;
}
.offer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 90px;
  align-items: center;
}
.offer-inner h2 em {
  color: #d6be92;
}
.offer-inner .eyebrow {
  color: #d0d8ca;
}
.offer-inner .small-note {
  color: #d0d8ca;
  margin: 18px 0 25px;
}
.price {
  font: 90px/0.95 var(--serif);
  letter-spacing: -0.045em;
  margin-bottom: 23px;
}
.price > span {
  font: 17px var(--sans);
  vertical-align: top;
  margin: 13px 10px 0 0;
  display: inline-block;
  letter-spacing: 0;
}
.offer-band .text-link {
  border-color: #d0d8ca;
}
.faq-preview {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 10%;
}
.faq-preview .text-link {
  margin-top: 28px;
}
.questions details {
  border-top: 1px solid var(--line);
}
.questions details:last-child {
  border-bottom: 1px solid var(--line);
}
.questions summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 0;
  cursor: pointer;
  font-size: 16px;
}
.questions summary::-webkit-details-marker {
  display: none;
}
.questions .plus {
  font: 25px var(--serif);
}
.questions details[open] .plus {
  transform: rotate(45deg);
}
.questions details p {
  font-size: 15px;
  color: #62665c;
  padding: 0 40px 25px 0;
}
.invitation {
  text-align: center;
  padding: 60px 0 100px;
  border-top: 1px solid var(--line);
}
.invitation .sprig {
  display: block;
  width: 36px;
  margin: 0 auto 28px;
}
.sprig svg {
  fill: none;
  stroke: var(--forest);
  stroke-width: 1;
}
.invitation h2 {
  margin-bottom: 25px;
}
.invitation > p {
  margin-inline: auto;
  font-size: 15px;
}
.invitation .eyebrow {
  font-size: 10px;
}
.invitation .button {
  margin: 30px 0 22px;
}
.invitation .text-link {
  display: flex;
  width: max-content;
  margin: 0 auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 0.8fr 0.6fr;
  gap: 40px;
  align-items: start;
  padding-block: 60px;
}
.footer-grid p {
  font: 20px/1.5 var(--serif);
}
.footer-grid > div {
  display: grid;
  gap: 10px;
  font-size: 12px;
}
.footer-grid > div a {
  text-decoration: none;
}
footer {
  background: #e7e4d8;
}
.footer-bottom {
  border-top: 1px solid #cccfc1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  padding-block: 25px;
  color: #62665c;
}
.page-intro {
  padding: 80px 0 75px;
  text-align: center;
}
.page-intro h1 {
  font-size: clamp(58px, 6.8vw, 96px);
}
.page-intro .intro-copy {
  font-size: 17px;
  max-width: 600px;
  margin: 28px auto 0;
}
.reading-room {
  padding-bottom: 100px;
}
.long-process {
  padding-bottom: 110px;
}
.long-process article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: center;
  padding: 45px 0;
  border-top: 1px solid var(--line);
}
.long-process article:nth-child(even) > img {
  order: 2;
}
.long-process img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
}
.long-process h2 {
  font-size: 56px;
  margin-bottom: 25px;
}
.long-process p:not(.eyebrow) {
  font-size: 16px;
}
.sitting-layout {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 10%;
  padding-bottom: 100px;
}
form fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 28px;
}
form legend,
form > label,
.form-grid > label {
  font-size: 13px;
  font-weight: 500;
  display: block;
}
form label span {
  font-weight: 400;
  color: var(--muted);
}
.choice-row {
  display: flex;
  gap: 16px;
  margin-top: 14px;
}
.choice-row label {
  border: 1px solid var(--line);
  padding: 15px;
  flex: 1;
  font-size: 14px;
  cursor: pointer;
}
.choice-row label:has(:checked) {
  border-color: var(--forest);
  background: #e8eadf;
}
input[type="radio"],
input[type="checkbox"] {
  accent-color: var(--forest);
  width: 18px;
  height: 18px;
  flex: none;
  vertical-align: middle;
}
.choice-row input {
  margin-right: 9px;
}
input:not([type="radio"]):not([type="checkbox"]),
textarea {
  display: block;
  width: 100%;
  border: 1px solid #c9cbbf;
  background: #fcfaf3;
  padding: 13px 15px;
  margin-top: 8px;
  border-radius: 0;
  font-size: 16px;
  color: var(--ink);
}
textarea {
  resize: vertical;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
form > label,
.form-grid {
  margin-bottom: 23px;
}
.check-label {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px !important;
  line-height: 1.6;
  font-weight: 400 !important;
  text-align: left;
}
.check-label input {
  margin-top: 3px;
}
.check-label span {
  color: var(--ink);
}
form .button {
  width: 100%;
}
form > .small-note {
  margin-top: 18px;
}
.form-status {
  margin-top: 18px;
  font-size: 15px;
}
.form-status[data-state="error"] {
  color: #8a3030;
}
.form-status[data-state="success"] {
  padding: 18px;
  background: #e3eadc;
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.sitting-aside {
  background: #e9e5d9;
  align-self: start;
}
.sitting-aside > img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}
.sitting-aside > div {
  padding: 33px;
}
.sitting-aside h3 {
  font-size: 38px;
}
.plain-list {
  list-style: none;
  padding: 0;
  margin: 28px 0;
  font-size: 13px;
}
.plain-list li {
  padding: 9px 0;
}
.plain-list li:before {
  content: "✓";
  margin-right: 13px;
}
.commission-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 9%;
  align-items: start;
  padding-bottom: 100px;
}
.commission-layout > img {
  width: 100%;
  height: 680px;
  object-fit: cover;
}
.commission-layout .price {
  font-size: 100px;
}
.commission-layout p {
  font-size: 15px;
}
.commission-layout .price {
  font-size: 100px;
}
.commission-layout .button {
  margin: 25px 0 18px;
}
.ruled-list {
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin-block: 30px;
}
.ruled-list li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.narrow {
  max-width: 800px;
}
.faq-page {
  padding-bottom: 100px;
}
.faq-page > .button {
  margin-top: 35px;
}
.editorial-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: center;
  padding-bottom: 100px;
}
.editorial-split > img {
  width: 100%;
  max-height: 660px;
  object-fit: cover;
  min-height: 460px;
}
.editorial-split h2 {
  font-size: 55px;
  margin-bottom: 25px;
}
.editorial-split .button {
  margin-top: 30px;
}
.editorial-split p {
  font-size: 16px;
}
.signature {
  font: italic 32px var(--serif) !important;
  margin-top: 35px !important;
}
.signature span {
  display: block;
  font: 11px var(--sans);
  margin-top: 9px;
}
.legal-copy {
  padding-bottom: 100px;
}
.legal-copy h2 {
  font-size: 35px;
  margin: 35px 0 18px;
}
.legal-copy p {
  font-size: 16px;
}
.voice-dialog {
  width: min(540px, calc(100vw - 32px));
  max-height: 90dvh;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 38px;
  text-align: center;
  box-shadow: 0 20px 100px #182d2850;
  overflow: auto;
}
.voice-dialog::backdrop {
  background: #182d2880;
  backdrop-filter: blur(5px);
}
.dialog-close {
  position: absolute;
  right: 16px;
  top: 10px;
  font: 32px var(--serif);
  width: 44px;
  height: 44px;
}
.voice-emblem {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--forest);
  margin: 0 auto 25px;
  display: grid;
  place-items: center;
}
.voice-emblem svg {
  width: 27px;
  height: 36px;
  stroke: #e8dac0;
  fill: none;
  stroke-width: 1;
}
.voice-dialog h2 {
  font-size: 46px;
  margin-bottom: 20px;
}
.voice-dialog > p {
  font-size: 14px;
}
.voice-dialog .eyebrow {
  font-size: 9px;
  margin-bottom: 15px;
}
.voice-dialog .voice-disclosure {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 20px;
}
.voice-dialog .button {
  width: 100%;
  margin-top: 20px;
}
.voice-dialog .text-link {
  font-size: 11px;
  margin-top: 25px;
}
.voice-status {
  margin: 0 0 23px;
  font-size: 13px !important;
}
.voice-status[data-error="true"] {
  color: #9c3930;
}
.voice-active > div {
  display: flex;
  gap: 12px;
}
.voice-active .button {
  font-size: 12px;
  padding: 12px 14px;
}
.button-light {
  background: transparent;
  color: var(--forest);
}
.button-end {
  background: #754336;
  border-color: #754336;
}
.call-time {
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.captions {
  margin-top: 25px;
  text-align: left;
  font-size: 12px;
  max-height: 140px;
  overflow: auto;
  background: #eae7db;
  padding: 14px;
}
.captions strong {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #69715f;
}
.captions span {
  display: block;
  min-height: 1em;
}
audio {
  width: 100%;
  margin-top: 15px;
}
[hidden] {
  display: none !important;
}

@media (min-width: 1600px) {
  .home-hero {
    padding-block: 70px;
  }
  .hero-photo {
    min-height: 720px;
  }
  .hero-words {
    padding-top: 45px;
  }
  .hero-words h1 {
    font-size: 116px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .masthead nav {
    gap: 22px;
  }
  .home-hero {
    gap: 5%;
  }
  .hero-photo {
    min-height: 570px;
  }
  .hero-words h1 {
    font-size: 78px;
  }
  .hero-actions {
    gap: 20px;
  }
  .steps {
    gap: 30px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .story-preview {
    gap: 9%;
  }
  .book-pick {
    padding: 8px 5px;
  }
  .book-pick span {
    font-size: 15px;
  }
  [data-books] {
    gap: 12px;
  }
  .sitting-layout {
    gap: 6%;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  body {
    font-size: 16px;
  }
  .masthead {
    height: 92px;
    position: relative;
  }
  .wordmark > span {
    font-size: 26px;
  }
  .wordmark svg {
    width: 28px;
  }
  .wordmark-small {
    font-size: 8px;
  }
  .menu-toggle {
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 12px;
    padding: 12px 0;
  }
  .masthead nav {
    display: none;
    position: absolute;
    top: 91px;
    left: -20px;
    right: -20px;
    background: var(--paper);
    padding: 22px;
    z-index: 10;
    box-shadow: 0 10px 15px #0001;
    font-size: 16px;
  }
  .masthead nav.is-open {
    display: grid;
    gap: 22px;
  }
  .nav-cta {
    width: max-content;
  }
  .home-hero {
    grid-template-columns: 1fr;
    padding-block: 35px;
    gap: 35px;
  }
  .hero-words {
    padding: 0;
  }
  .hero-words h1 {
    font-size: clamp(66px, 13.2vw, 94px);
    max-width: 560px;
    margin-bottom: 26px;
  }
  .hero-words .eyebrow {
    font-size: 9px;
    margin-bottom: 25px;
  }
  .hero-words > p:not(.eyebrow):not(.small-note) {
    max-width: 430px;
  }
  .hero-actions {
    gap: 24px;
  }
  .hero-photo {
    min-height: 440px;
    aspect-ratio: 1.05;
  }
  .hero-photo img {
    object-position: 50% 55%;
  }
  .hero-photo figcaption {
    font-size: 25px;
  }
  .margin-note {
    display: none;
  }
  .promise-strip {
    gap: 12px;
    justify-content: space-around;
    padding: 20px 12px;
    font-size: 10px;
    align-items: center;
  }
  .promise-strip span {
    max-width: 100px;
    line-height: 1.6;
  }
  .promise-strip span:before {
    display: block;
    padding: 0;
    margin-bottom: 5px;
  }
  .chapter {
    padding-block: 68px;
  }
  .story-preview,
  .voice-feature,
  .offer-inner,
  .faq-preview {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .story-preview h2 {
    font-size: 53px;
  }
  .book-object {
    max-width: 470px;
    width: 100%;
    margin-inline: auto;
    padding-top: 40px;
  }
  .book-shadow {
    width: 55%;
  }
  .process-section {
    padding: 65px 0;
  }
  .section-top {
    display: block;
  }
  .section-top > p {
    margin-top: 25px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 35px 0;
  }
  .steps article {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 5px 15px;
    padding-top: 20px;
  }
  .steps h3 {
    margin: 0;
    font-size: 33px;
  }
  .steps p {
    grid-column: 2;
    font-size: 14px;
  }
  .step-num {
    font-size: 25px;
  }
  .telephone-art img {
    height: 330px;
  }
  .voice-feature > div:last-child {
    padding: 0 10px;
  }
  .offer-band {
    padding: 65px 0;
  }
  .offer-inner {
    gap: 32px;
  }
  .price {
    font-size: 80px;
  }
  .faq-preview {
    gap: 35px;
  }
  .faq-preview h2 {
    font-size: 48px;
  }
  .questions summary {
    font-size: 15px;
    padding: 22px 0;
  }
  .questions details p {
    padding-right: 10px;
  }
  .invitation {
    padding: 50px 0 65px;
  }
  .invitation h2 {
    font-size: 45px;
  }
  .invitation > p {
    font-size: 14px;
    max-width: 300px;
  }
  .footer-grid {
    gap: 35px 20px;
    padding-block: 45px;
  }
  .footer-grid .wordmark {
    grid-column: 1/-1;
  }
  .footer-grid > p {
    grid-column: 1/-1;
    font-size: 22px;
  }
  .footer-grid > div {
    font-size: 13px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    font-size: 10px;
  }
  .page-intro {
    padding: 50px 0;
  }
  .page-intro h1 {
    font-size: 64px;
  }
  .page-intro .intro-copy {
    font-size: 16px;
  }
  .page-intro .eyebrow {
    font-size: 10px;
  }
  .sitting-layout {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-bottom: 65px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .choice-row {
    gap: 10px;
  }
  .choice-row label {
    font-size: 12px;
    padding: 13px 10px;
  }
  .sitting-aside img {
    height: 300px;
  }
  .long-process {
    padding-bottom: 60px;
  }
  .long-process article {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 32px;
  }
  .long-process article:nth-child(even) > img {
    order: 0;
  }
  .long-process h2 {
    font-size: 44px;
  }
  .long-process .eyebrow {
    margin-bottom: 16px;
  }
  .commission-layout,
  .editorial-split {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 65px;
  }
  .commission-layout > img {
    height: 380px;
  }
  .editorial-split > img {
    min-height: 0;
    max-height: 470px;
    aspect-ratio: 1;
    object-fit: cover;
  }
  .editorial-split h2 {
    font-size: 47px;
  }
  .faq-page {
    padding-bottom: 65px;
  }
  [data-books] {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding-bottom: 20px;
  }
  .book-pick {
    width: 120px;
    min-width: 120px;
    scroll-snap-align: start;
  }
  .book-pick span {
    font-size: 17px;
  }
  .reader-heading {
    display: block;
  }
  .reader-heading h2 {
    font-size: 39px;
  }
  .reader-description {
    margin-top: 20px;
    max-width: none;
  }
  .reader-image {
    min-height: 260px;
    padding: 12px;
  }
  .reader-image img {
    height: 65vw;
  }
  .reader .caption {
    font-size: 11px;
  }
  .voice-dialog {
    padding: 30px 22px;
  }
  .voice-dialog h2 {
    font-size: 40px;
  }
  .voice-dialog .check-label {
    font-size: 11px !important;
  }
  .voice-dialog .voice-active .button {
    font-size: 11px;
  }
  .voice-dialog .text-link {
    font-size: 10px;
  }
  .voice-dialog .voice-disclosure {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
.age-section {
  padding: 0 0 90px;
}
.age-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 42px;
}
.age-grid article {
  background: #ece8dc;
  padding-bottom: 25px;
}
.age-grid img {
  width: 100%;
  aspect-ratio: 1.82;
  object-fit: cover;
}
.age-grid .eyebrow {
  margin: 24px 24px 14px;
  font-size: 10px;
}
.age-excerpt {
  font: 21px/1.45 var(--serif);
  padding-inline: 24px;
}
.age-grid article:first-child .age-excerpt {
  font-size: 32px;
  line-height: 1.1;
}
.age-grid article:last-child .age-excerpt {
  font-size: 17px;
}
.memoir-details {
  padding-bottom: 95px;
}
.memoir-details > div:first-child {
  max-width: 750px;
  margin: 0 auto 40px;
  text-align: center;
}
.memoir-details h2 {
  margin-bottom: 30px;
}
.memoir-plates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.memoir-plates img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.trade-note {
  background: #e8e4d7;
  padding: 45px;
  margin-top: 50px;
}
.trade-note h3 {
  margin-bottom: 20px;
}
.trade-note p {
  max-width: 780px;
}
.trade-note .text-link {
  margin-top: 25px;
}
@media (max-width: 760px) {
  .age-section {
    padding-bottom: 65px;
  }
  .age-grid {
    grid-template-columns: 1fr;
  }
  .age-grid article {
    max-width: 500px;
    margin-inline: auto;
    width: 100%;
  }
  .memoir-plates {
    grid-template-columns: 1fr;
  }
  .trade-note {
    padding: 28px;
  }
  .memoir-details {
    padding-bottom: 65px;
  }
}

/* The new press: clear type, colourful editions, room to read. */
[hidden] { display:none!important; }
h1,h2,h3 { font-weight:500; line-height:1.09; }
h2 { font-size:clamp(38px,4.5vw,62px); }
h3 { font-size:30px; }
h1 em,h2 em { font-weight:400; }
.wrap { width:min(1280px,calc(100% - 96px)); }
.eyebrow { font-size:11px; font-weight:650; letter-spacing:.13em; }
.small-note,.caption { font-size:13px; }
.button { background:var(--forest); border-color:var(--forest); border-radius:5px; min-height:56px; padding:16px 23px; font-size:15px; font-weight:600; gap:25px; }
.button:hover { background:#863221; }
.text-link { font-size:14px; font-weight:500; }
.text-link:hover { color:var(--forest); border-color:var(--forest); }
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible { outline:3px solid #7b418e; outline-offset:5px; }
.masthead { height:104px; }
.wordmark svg { width:40px; height:44px; color:var(--forest); stroke-width:1.55; }
.wordmark>span { font-size:27px; font-weight:500; }
.wordmark-small { font-size:8px; letter-spacing:.28em; margin-top:8px; }
.masthead nav { font-size:14px; gap:32px; }
.nav-cta { border:1px solid var(--line); border-radius:5px; padding:12px 18px; gap:20px; }
.home-hero { grid-template-columns:1.02fr 1fr; gap:5%; padding-block:48px 56px; align-items:center; }
.hero-words { padding:0; }
.hero-words h1 { font-size:clamp(49px,5.45vw,78px); line-height:1.055; letter-spacing:-.045em; margin-bottom:26px; }
.hero-words h1 em { white-space:nowrap; }
.hero-words .eyebrow { display:flex; align-items:center; gap:10px; margin-bottom:25px; }
.little-star { color:var(--forest); font-size:23px; line-height:1; }
.hero-words>p:not(.eyebrow):not(.small-note) { max-width:405px; font-size:16px; line-height:1.75; }
.hero-words>p+p { margin-top:13px; }
.hero-actions { gap:22px; margin-top:27px; }
.hero-actions .text-link { font-size:13px; }
.hero-words .small-note { font-size:11px; line-height:1.7; max-width:440px; }
.hero-editions { position:relative; height:590px; background:#f0ded0; border-radius:48% 48% 4px 4px; overflow:visible; }
.hero-edition { position:absolute; display:block; text-decoration:none; transition:transform .25s; }
.hero-edition:hover { z-index:5; transform:rotate(0) translateY(-7px); }
.hero-edition-1 { left:5%; top:19%; width:49%; transform:rotate(-9deg); z-index:2; }
.hero-edition-2 { right:5%; top:8%; width:34%; transform:rotate(9deg); z-index:3; }
.hero-edition-3 { right:6%; bottom:11%; width:34%; transform:rotate(4deg); z-index:3; }
.hero-editions .cover-face { box-shadow:-3px 1px 0 #0002,4px 5px 0 #d5c9b9,10px 16px 25px #503c3429; }
.hero-editions .cover-words { padding:19px; }
.hero-editions .cover-words strong { font-size:clamp(20px,2.3vw,33px); }
.hero-edition-2 .cover-words strong,.hero-edition-3 .cover-words strong { font-size:clamp(15px,1.65vw,23px); }
.hero-editions .cover-era { font-size:7px; margin-bottom:6px; }
.hero-editions .cover-subtitle { font-size:9px; margin-top:8px; }
.hero-editions .cover-imprint { top:13px; left:18px; font-size:6px; }
.hero-edition-2 .cover-subtitle,.hero-edition-3 .cover-subtitle { display:none; }
.hero-sun { position:absolute; top:3%; left:17%; color:#ce6347; font:94px/1 var(--serif); transform:rotate(10deg); }
.hero-handnote { position:absolute; left:8%; bottom:10%; font:italic 22px/1.2 var(--serif); color:#704433; transform:rotate(-5deg); }
.hero-edition-caption { position:absolute; bottom:22px; width:100%; text-align:center; font:600 8px/1.4 var(--sans); letter-spacing:.12em; color:#6b4940; }
.promise-strip { padding:21px 28px; gap:8%; font-size:13px; background:#f2ede5; }
.promise-strip span:before { color:var(--forest); content:"✓"; }
.sample-section { padding-block:94px 90px; }
.section-top { gap:30px; }
.section-aside { max-width:310px; font-size:15px; }
.section-aside .text-link { margin-top:20px; }
.edition-shelf { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:36px; margin-top:46px; }
.cover-link { display:block; position:relative; text-decoration:none; padding:27px 28px 22px; background:#eee9e0; border-radius:6px; }
.edition-card:nth-child(2) .cover-link { background:#e8dde0; }
.edition-card:nth-child(3) .cover-link { background:#e2e7dc; }
.cover-face { display:flex; flex-direction:column; position:relative; width:100%; aspect-ratio:4/5; overflow:hidden; color:var(--cover-paper,#fff6e4); background:var(--cover-accent,#ad503a); border-radius:2px 5px 5px 2px; box-shadow:-3px 0 0 #0002,4px 5px 0 #d5c9b9,8px 12px 20px #503c3423; transition:transform .25s,box-shadow .25s; }
.cover-link:hover .cover-face { transform:translateY(-5px) rotate(-1deg); box-shadow:-3px 0 0 #0002,4px 5px 0 #d5c9b9,8px 19px 24px #503c3438; }
.cover-art { position:absolute; inset:0; overflow:hidden; background:radial-gradient(ellipse at 60% 35%,var(--cover-secondary,#eac577) 0 28%,transparent 28.5%),linear-gradient(135deg,transparent 55%,#0000000b 55%); }
.cover-art img { width:100%; height:100%; object-fit:cover; }
.cover-art:after { content:""; position:absolute; inset:0; background:linear-gradient(#201a2825,transparent 20%,#201a2800 40%,#201a28e0); }
.cover-imprint { position:absolute; z-index:2; top:22px; left:25px; right:15px; color:#fff9ed; font:650 8px/1.4 var(--sans); letter-spacing:.15em; }
.cover-words { position:relative; display:block; margin-top:auto; z-index:1; padding:25px; color:#fff9ed; }
.cover-words strong { display:block; font:500 clamp(28px,2.7vw,40px)/1.04 var(--serif); letter-spacing:-.025em; }
.cover-era { display:block; font:500 9px/1.4 var(--sans); letter-spacing:.1em; text-transform:uppercase; margin-bottom:12px; }
.cover-subtitle { display:block; font:400 12px/1.45 var(--sans); margin-top:12px; max-width:24ch; }
.cover-spine { position:absolute; z-index:3; inset:0 auto 0 0; width:8px; background:linear-gradient(90deg,#0002,#fff1,transparent); }
.cover-open { display:flex; align-items:center; justify-content:space-between; margin-top:24px; font:600 13px/1.4 var(--sans); }
.cover-open>span { font-size:20px; }
.edition-card-info { display:grid; grid-template-columns:25px 1fr; gap:10px; margin-top:25px; }
.edition-number { font:500 11px/1.5 var(--sans); color:var(--forest); padding-top:2px; }
.edition-card-info .eyebrow { font-size:9px; letter-spacing:.1em; margin-bottom:9px; }
.edition-card-info h3 { font-size:25px; line-height:1.15; margin-bottom:14px; }
.edition-card-info h3 a { text-decoration:none; }
.edition-card-info h3 a:hover { text-decoration:underline; }
.edition-card-info p:not(.eyebrow) { font-size:14px; line-height:1.7; color:var(--muted); }
.sample-section>.caption { font-size:12px; margin-top:38px; }
.reading-room .edition-shelf { margin-top:0; }
.reading-note { display:flex; align-items:flex-start; gap:25px; max-width:680px; margin:55px auto 0; padding-top:25px; border-top:1px solid var(--line); font-size:14px; }
.reading-note>span { font-size:32px; color:var(--forest); }
.process-section { background:#efe9df; padding-block:85px; }
.steps { gap:50px; margin-block:42px 36px; }
.steps article { border-color:#cfc4b7; }
.step-num { font:500 14px var(--sans); color:var(--forest); }
.steps h3 { font-size:28px; margin:24px 0 17px; }
.steps p { font-size:16px; }
.process-section .button { margin-right:28px; }
.age-section { padding-block:90px; }
.age-grid { gap:22px; margin-top:35px; }
.age-grid article { padding:30px; background:#efe4db; border-radius:5px; }
.age-grid article:nth-child(2) { background:#ede5ed; }
.age-grid article:nth-child(3) { background:#e4e8db; }
.age-mark { display:flex; align-items:center; min-height:98px; padding-bottom:28px; font:500 45px/1 var(--serif); color:#ad503a; letter-spacing:-.04em; }
.age-grid article:nth-child(2) .age-mark { color:#775476; font-style:italic; }
.age-grid article:nth-child(3) .age-mark { color:#546345; font-size:32px; }
.age-grid .eyebrow { margin:0 0 12px; font-size:10px; }
.age-grid h3 { font-size:27px; margin-bottom:17px; }
.age-grid article>p:last-child { font-size:15px; line-height:1.75; }
.offer-band { background:#443747; padding-block:76px; }
.offer-inner { grid-template-columns:1.35fr 1fr; gap:12%; }
.offer-inner h2 em { color:#efb090; }
.offer-inner .eyebrow,.offer-inner .small-note { color:#e2d4dc; }
.offer-description { font-size:16px; margin-top:25px; max-width:400px; }
.price { font-size:88px; font-weight:400; }
.chapter { padding-block:86px; }
.voice-feature { gap:12%; border-bottom:1px solid var(--line); }
.voice-feature .button { margin-top:25px; }
.questions details p { color:var(--muted); font-size:16px; }
.questions summary { font-size:17px; }
.invitation { padding:65px 0 80px; }
.invitation .sprig { width:46px; }
.invitation h2 { font-size:clamp(37px,4vw,55px); }
.invitation>p { font-size:16px; }
footer { background:#ece5dd; }
.footer-grid p { font-size:21px; }
.footer-grid>div { font-size:13px; }
.footer-bottom { color:var(--muted); font-size:11px; border-color:#d6ccc1; }
.page-intro { padding-block:65px 60px; }
.page-intro h1 { font-size:clamp(48px,6vw,82px); }
.page-intro .intro-copy { max-width:600px; line-height:1.8; }
.process-number { display:flex; flex-direction:column; justify-content:center; align-items:center; min-height:330px; border-radius:6px; background:#efd9c7; font:400 140px/1 var(--serif); color:#a34d30; }
.process-number span { font:600 12px/1.4 var(--sans); margin-top:24px; letter-spacing:.15em; text-transform:uppercase; }
.long-process article:nth-child(even) .process-number { order:2; background:#e8dfec; color:#775476; }
.long-process article:nth-child(3) .process-number { background:#e4e8db; color:#546345; }
.long-process h2,.editorial-split h2 { font-size:clamp(36px,4vw,50px); }
.commission-book { padding:50px 60px; border-radius:6px; background:#eedfd3; }
.commission-book>a { text-decoration:none; display:block; }
.commission-book .cover-face { max-width:360px; margin:auto; }
.commission-book .text-link { margin-top:35px; }
.commission-layout .price { font-size:88px; }
.commission-layout p { font-size:16px; }
.ruled-list { font-size:16px; }
.sitting-layout { gap:8%; }
form legend,form>label,.form-grid>label { font-size:15px; }
.choice-row label { border-radius:5px; font-size:15px; }
.choice-row label:has(:checked) { background:#f1e0d7; }
input:not([type=radio]):not([type=checkbox]),textarea { background:#fffdf8; border-radius:4px; border-color:#cfc5be; min-height:51px; }
.check-label { font-size:13px!important; }
.sitting-aside { border-radius:6px; overflow:hidden; background:#eee2d7; }
.sitting-aside h3 { font-size:32px; }
.plain-list { font-size:15px; }
.voice-dialog { border-radius:10px; }
.voice-dialog h2 { font-size:38px; }
.voice-dialog>p { font-size:16px; }
.voice-dialog::backdrop { background:#2e223887; }
@media(min-width:1450px) { .hero-editions { height:610px; } }
@media(max-width:1100px) {
 .wrap { width:calc(100% - 64px); }
 .masthead nav { gap:22px; font-size:13px; }
 .hero-editions { height:530px; }
 .hero-words h1 { font-size:clamp(47px,5.2vw,61px); }
 .hero-actions { gap:18px; }
 .hero-actions .button { font-size:13px; padding:15px 17px; }
 .edition-shelf { gap:24px; }
 .cover-link { padding:22px; }
 .cover-words { padding:20px; }
 .cover-words strong { font-size:30px; }
 .footer-grid { grid-template-columns:1fr 1fr; }
}
@media(max-width:900px) and (min-width:761px) {
 .hero-words h1 { font-size:46px; }
 .hero-editions { height:480px; }
 .hero-editions .cover-words { padding:13px; }
 .hero-editions .cover-imprint { left:13px; }
 .hero-handnote { font-size:19px; }
 .masthead nav { gap:18px; font-size:12px; }
 .nav-cta { padding:10px; gap:10px; }
 .wordmark>span { font-size:23px; }
 .edition-shelf { gap:18px; }
 .cover-link { padding:18px; }
 .cover-words strong { font-size:26px; }
 .cover-subtitle { font-size:10px; }
}
@media(max-width:760px) {
 .wrap { width:calc(100% - 40px); }
 .masthead { height:88px; }
 .wordmark>span { font-size:24px; }
 .wordmark svg { width:34px; }
 .masthead nav { font-size:17px; gap:0; background:var(--paper); top:87px; }
 .nav-cta { border:0; border-top:1px solid var(--line); border-radius:0; padding:18px 0; }
 .home-hero { display:flex; flex-direction:column; align-items:stretch; gap:34px; padding-block:34px 30px; }
 .hero-words h1 { font-size:clamp(43px,8.7vw,65px); line-height:1.06; margin-bottom:22px; }
 .hero-words h1 em { white-space:normal; }
 .hero-words .eyebrow { font-size:10px; margin-bottom:20px; }
 .hero-words>p:not(.eyebrow):not(.small-note) { font-size:16px; max-width:500px; }
 .hero-actions { margin-block:23px 12px; }
 .hero-words .small-note { font-size:11px; }
 .hero-editions { height:460px; max-width:560px; width:100%; margin:auto; border-radius:45% 45% 4px 4px; }
 .hero-edition-1 { width:47%; left:6%; top:16%; }
 .hero-edition-2 { top:7%; right:7%; width:31%; }
 .hero-edition-3 { bottom:12%; right:7%; width:32%; }
 .hero-editions .cover-words { padding:17px; }
 .hero-editions .cover-words strong { font-size:26px; }
 .hero-edition-2 .cover-words strong,.hero-edition-3 .cover-words strong { font-size:19px; }
 .hero-sun { font-size:73px; top:1%; left:14%; }
 .hero-handnote { font-size:20px; bottom:12%; }
 .promise-strip { display:grid; gap:10px; padding:20px; justify-content:start; padding-left:max(20px,calc((100% - 400px)/2)); font-size:13px; }
 .promise-strip span { display:block; }
 .sample-section,.age-section { padding-block:60px; }
 .section-top { flex-direction:column; align-items:start; gap:23px; }
 .section-top h2 { font-size:40px; }
 .section-aside { max-width:420px; }
 .edition-shelf { grid-template-columns:1fr; gap:38px; margin-top:32px; }
 .edition-card { max-width:480px; width:100%; margin:auto; }
 .cover-link { padding:30px 37px 20px; }
 .cover-words { padding:27px; }
 .cover-words strong { font-size:37px; }
 .cover-subtitle { font-size:12px; }
 .cover-imprint { font-size:9px; left:27px; }
 .edition-card-info { margin-top:20px; grid-template-columns:26px 1fr; }
 .edition-card-info h3 { font-size:26px; }
 .edition-card-info p:not(.eyebrow) { font-size:15px; }
 .process-section { padding-block:60px; }
 .steps { gap:28px; margin-block:32px; }
 .steps h3 { margin-top:14px; }
 .process-section .button { margin-right:18px; margin-bottom:20px; }
 .age-grid { gap:16px; }
 .age-grid article { padding:27px; }
 .age-mark { min-height:85px; padding-bottom:22px; }
 .offer-band { padding-block:58px; }
 .offer-inner { grid-template-columns:1fr; gap:36px; }
 .offer-inner h2 { font-size:40px; }
 .price { font-size:78px; }
 .chapter { padding-block:60px; }
 .voice-feature { gap:25px; }
 .voice-feature h2 { margin:0; }
 .faq-preview { gap:30px; }
 .invitation { padding-block:48px 60px; }
 .invitation>p { font-size:15px; }
 .footer-grid { padding-block:45px; gap:32px 20px; }
 .footer-grid .wordmark,.footer-grid>p { grid-column:1/-1; }
 .footer-bottom { flex-direction:column; font-size:10px; }
 .page-intro { padding-block:45px; }
 .page-intro h1 { font-size:clamp(40px,9vw,61px); }
 .page-intro .intro-copy { font-size:16px; margin-top:24px; }
 .reading-room { padding-bottom:60px; }
 .reading-note { margin-top:36px; gap:16px; }
 .process-number { min-height:240px; font-size:105px; }
 .long-process article:nth-child(even) .process-number { order:0; }
 .long-process h2,.editorial-split h2 { font-size:38px; }
 .commission-book { padding:32px 40px; }
 .sitting-aside h3 { font-size:31px; }
 .voice-dialog { padding:35px 24px; }
}
@media(max-width:380px) {
 .hero-words h1 { font-size:40px; }
 .hero-editions { height:410px; }
 .hero-editions .cover-words { padding:12px; }
 .hero-editions .cover-words strong { font-size:23px; }
 .hero-edition-2 .cover-words strong,.hero-edition-3 .cover-words strong { font-size:16px; }
 .cover-link { padding:24px 28px 20px; }
 .cover-words strong { font-size:32px; }
}
@media(prefers-reduced-motion:reduce) {
 html { scroll-behavior:auto; }
 *,*::before,*::after { animation:none!important; transition:none!important; }
}
.cover-face[data-edition="smallest-bicycle"] { --cover-paper:#f6efde; --cover-ink:#243446; --cover-accent:#d45b45; --cover-secondary:#e7b84b; }
.cover-face[data-edition="cake-on-the-bus"] { --cover-paper:#fff4e2; --cover-ink:#29364a; --cover-accent:#c84b51; --cover-secondary:#77baa5; }
.cover-face[data-edition="garden-above-the-street"] { --cover-paper:#f4ead5; --cover-ink:#293627; --cover-accent:#305aa7; --cover-secondary:#edb746; }
.hero-edition-1 { top:13%; transform:rotate(-6deg); }
.hero-edition-2 { top:4%; transform:rotate(6deg); }
.hero-edition-3 { bottom:9%; }
@media(max-width:760px) { .hero-edition-1 { top:16%; } .hero-edition-2 { top:5%; } .hero-edition-3 { bottom:11%; } }
/* The press retains its original cream, forest and literary serif identity. */
h1,h2,h3 { font-weight:400; }
h1 em,h2 em { color:var(--forest); }
.button { border-radius:0; font-weight:500; }
.button:hover { background:#22372a; }
.nav-cta { border:0; border-bottom:1px solid var(--ink); border-radius:0; padding-inline:0; }
.wordmark svg { color:var(--forest); stroke-width:1.15; width:34px; }
.wordmark>span { font-size:30px; }
.hero-words h1 { font-size:clamp(56px,6.5vw,94px); line-height:.98; }
.hero-words h1 em { white-space:normal; }
.hero-editions { background:#e4e3d6; border-radius:0; }
.hero-sun { color:#9a875f; font-size:76px; }
.hero-handnote { color:#52604a; }
.hero-edition-caption { color:#52604a; }
.promise-strip,.process-section { background:#e9e7dc; }
.cover-link,.edition-card:nth-child(2) .cover-link,.edition-card:nth-child(3) .cover-link { background:#e6e2d6; border-radius:0; }
.cover-face { background:var(--forest); }
.age-grid article,.age-grid article:nth-child(2),.age-grid article:nth-child(3) { background:#ece8dc; border-radius:0; }
.age-mark,.age-grid article:nth-child(2) .age-mark,.age-grid article:nth-child(3) .age-mark { color:var(--forest); }
.offer-band { background:var(--forest); }
.offer-inner h2 em { color:#d6be92; }
.offer-inner .eyebrow,.offer-inner .small-note { color:#d0d8ca; }
footer { background:#e7e4d8; }
.process-number,.long-process article:nth-child(even) .process-number,.long-process article:nth-child(3) .process-number { background:#e8e5d8; color:var(--forest); border-radius:0; }
.commission-book,.sitting-aside { background:#e9e5d9; border-radius:0; }
.choice-row label:has(:checked) { background:#e8eadf; }
.choice-row label,input:not([type=radio]):not([type=checkbox]),textarea { border-radius:0; }
.voice-dialog { border-radius:0; }
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible { outline-color:#9f703c; }
@media(max-width:1100px) { .hero-words h1 { font-size:clamp(55px,6.3vw,75px); } }
@media(max-width:760px) { .hero-words h1 { font-size:clamp(51px,10.5vw,76px); } .wordmark>span { font-size:27px; } }
/* Finished covers are complete generated images, including their typography. */
.cover-art { background:none; }
.cover-art:after { content:none; }
.cover-face { aspect-ratio:4/5; background:#2e4033; border:1px solid #293a2c; }
.cover-art img { object-fit:contain; }
.hero-editions .cover-face { box-shadow:-4px 1px 0 #293a2c,3px 5px 0 #d5ceb9,6px 7px 0 #f4eedc,12px 20px 28px #28332338; }
.cover-link { perspective:1200px; }
.cover-link .cover-face { transform:rotateY(-6deg) rotateX(2deg); transform-origin:left center; }
.cover-link:hover .cover-face { transform:rotateY(-2deg) rotateX(0) translateY(-5px); }
.hero-words h1 { max-width:620px; }
@media(prefers-reduced-motion:reduce) { .cover-link .cover-face,.cover-link:hover .cover-face { transform:none; } }
.voice-telephone { width:180px; margin:15px auto 8px; color:var(--forest); }
.telephone-illustration { display:block; width:100%; height:auto; overflow:visible; }
.telephone-handset { transform-origin:100px 45px; transition:transform .35s; }
.voice-dialog.is-connecting .telephone-handset { animation:telephone-ring 1.8s ease-in-out infinite; }
.voice-dialog.is-connected .telephone-handset { transform:translate(-9px,-9px) rotate(-8deg); }
.voice-dialog .voice-status { font-size:15px!important; }
.voice-dialog .voice-disclosure { font-size:13px; line-height:1.7; }
.voice-dialog #voice-title { font-size:41px; }
.voice-dialog .button-light:hover { color:var(--paper); }
@keyframes telephone-ring { 0%,12%,24%,36%,100% { transform:rotate(0); } 6%,30% { transform:rotate(-3deg); } 18% { transform:rotate(3deg); } }
@media(prefers-reduced-motion:reduce) { .telephone-handset { animation:none!important; transition:none; } }
