:root {
  --paper: #f6f2e8;
  --ink: #2e352a;
  --forest: #334c3b;
  --muted: #6f7167;
  --line: #d8d5c8;
  --white: #fffcf5;
  --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;
}
[data-books] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 25px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 40px;
}
.book-pick {
  padding: 12px 10px 16px;
  border-bottom: 2px solid transparent;
  transition: background 0.2s;
}
.book-pick img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  box-shadow: 3px 6px 7px #332a212b;
}
.book-pick span {
  display: block;
  font: 18px/1.15 var(--serif);
  margin-top: 18px;
}
.book-pick small {
  display: block;
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-top: 7px;
}
.book-pick[aria-pressed="true"] {
  background: #e6e1d3;
  border-color: var(--forest);
}
.reader {
  padding-top: 45px;
}
.reader-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 35px;
}
.reader-heading h2 {
  font-size: 46px;
  max-width: 650px;
}
.reader-description {
  max-width: 330px;
  font-size: 13px;
  align-self: center;
}
.reader-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e6e1d4;
  min-height: 400px;
  padding: 35px;
}
.reader-image img {
  height: min(65vw, 670px);
  object-fit: contain;
  width: 100%;
}
.reader-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 28px 0;
}
.reader-controls p {
  font-size: 13px;
  min-width: 120px;
  text-align: center;
}
.round-button {
  height: 48px;
  width: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 24px;
}
.round-button:hover {
  background: #e4e1d4;
}
.reading-room > .caption,
.reader > .caption {
  text-align: center;
}
.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-bars {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 20px 0 10px;
}
.voice-bars i {
  display: block;
  background: #7f9379;
  width: 3px;
  border-radius: 2px;
  height: 12px;
}
.voice-bars i:nth-child(2n) {
  height: 26px;
}
.voice-bars i:nth-child(3n) {
  height: 38px;
}
.voice-dialog.is-connected .voice-bars i {
  animation: voice-wave 1s ease-in-out infinite alternate;
}
.voice-bars i:nth-child(2n) {
  animation-delay: -0.6s;
}
.voice-bars i:nth-child(3n) {
  animation-delay: -0.2s;
}
.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;
}
@keyframes voice-wave {
  to {
    transform: scaleY(0.35);
  }
}
@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;
  }
}
