:root {
    --ink:          #173340;
    --deep:         #153744;
    --nav:          #a0d4ac;
    --footer:       #82b5c0;
    --paper:        #ffffff;
    --soft:         #eef4ef;
    --line:         #d7e1d9;
    --accent:       #315e4d;
    --font-heading: "Ovo", Georgia, serif;
    --font-body:    "Poppins", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
}

body {
    margin:      0;
    color:       var(--ink);
    background:  var(--paper);
    font-family: var(--font-body);
    font-size:   18px;
    line-height: 1.72;
}

body.modal-open {
    overflow: hidden;
}

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

.resource-links > *:not(strong) {
    margin: 0 5px;
}

a {
    color: inherit;
}

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

.site-header {
    position: relative;
    z-index:  2;
}

.masthead {
    min-height:          232px;
    padding:             145px 24px;
    background-color:    var(--deep);
    background-image:    url("assets/header-background.png");
    background-position: center top;
    background-size:     cover;
    display:             flex;
    align-items:         center;
    justify-content:     center;
    position:            relative;
}

.masthead-title {
    color:           #f1f89e;
    font-family:     var(--font-heading);
    font-size:       4rem;
    line-height:     1.05;
    text-decoration: none;
    text-align:      center;
    font-style:      italic;
}

/*.page-home .masthead-title{*/
/*    color:           #ffffff;*/
/*    font-family:     var(--font-heading);*/
/*    font-style: normal;*/
/*}*/
.masthead-title-long {
    font-size: 3.55rem;
}

.nav-toggle {
    display:       none;
    width:         44px;
    height:        44px;
    border:        1px solid rgba(255, 255, 255, 0.7);
    background:    rgba(21, 55, 68, 0.55);
    border-radius: 4px;
    position:      absolute;
    right:         20px;
    top:           20px;
    padding:       9px;
}

.nav-toggle span {
    display:    block;
    height:     2px;
    background: #ffffff;
    margin:     6px 0;
}

.site-nav {
    min-height:      76px;
    padding:         0 24px;
    background:      var(--nav);
    display:         flex;
    align-items:     center;
    justify-content: center;
    gap:             44px;
    font-size:       1.06rem;
    line-height:     1.2;
}

.site-nav a {
    color:           #1b3d35;
    text-decoration: none;
    border-bottom:   2px solid transparent;
    padding:         6px 0;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
    border-color: currentColor;
}

.content-wrap {
    width:    min(100% - 48px, 1240px);
    margin:   0 auto;
    position: relative;
}

.section-pad {
    padding: 84px 0 96px;
}

h1,
h2,
h3 {
    font-family: var(--font-heading);
    font-weight: 400;
    line-height: 1.15;
    margin:      0 0 28px;
}

h1 {
    font-size: 3.6rem;
}

h2 {
    font-size: 2.4rem;
}

p {
    margin: 0 0 24px;
}

.text-content {
    font-size: 1.12rem;
}

.text-content p:last-child {
    margin-bottom: 0;
}

.home-hero {
    min-height: 758px;
    text-align: center;
    background: #ffffff;
}

.home-hero h1 {
    color:         #233e47;
    margin-bottom: 42px;
}

.home-art-grid {
    width:                 min(100%, 890px);
    margin:                0 auto;
    display:               flex;
    grid-template-columns: 1.05fr 0.75fr;
    gap:                   120px;
    flex-wrap:             wrap;
    align-items:           center;
    justify-content:       center;
}

.author-portrait {
    width: min(100%, 42%);
}

.home-cover {
    width:        min(100%, 30%);
    justify-self: center;
}

.preorder-panel {
    min-height:          300px;
    padding:             50px 0 56px;
    background-color:    #c2ddc6;
    background-image:    url("assets/home-leaves.png");
    background-position: center bottom;
    background-size:     cover;
    text-align:          center;
}

.preorder-content h2 {
    color:         #193943;
    font-size:     clamp(1.9rem, 3vw, 2.35rem);
    margin-bottom: 34px;
}

.preorder-title {
    color:         #ffffff;
    font-size:     clamp(2.55rem, 4.8vw, 3.55rem);
    line-height:   1.05;
    margin-bottom: 34px;
}

.retailer-row,
.footer-retailers {
    display:         flex;
    align-items:     center;
    justify-content: center;
    flex-wrap:       wrap;
    gap:             22px 26px;
}

.social-links {
    display:         flex;
    align-items:     center;
    justify-content: center;
    gap:             14px;
    margin:          15px 0;
}

.retailer-row a,
.footer-retailers a,
.social-link {
    display:         inline-flex;
    align-items:     center;
    justify-content: center;
    transition:      transform 160ms ease, opacity 160ms ease;
}

.retailer-row a:hover,
.footer-retailers a:hover,
.social-link:hover {
    transform: translateY(-2px);
    opacity:   0.86;
}

.retailer-row img {
    max-height: 58px;
    width:      auto;
    height:     auto;
    object-fit: contain;
}

.retailer-row-large a {
    width:     auto;
    height:    48px;
    min-width: 0;
}

.retailer-row-large img {
    width:      auto;
    height:     40px;
    max-width:  none;
    max-height: none;
}

.retailer-row-large img[src*="retailer-indigo"] {
    max-width: none;
}

.retailer-row-large img[src*="retailer-bookshop"] {
    max-width: none;
}

.retailer-row-large img[src*="retailer-barnes-noble"] {
    max-height: none;
}

.book-feature,
.book-description {
    position: relative;
    z-index:  1;
}

.book-grid {
    display:               flex;
    grid-template-columns: minmax(0, 1fr) 404px;
    justify-content:       center;
    text-align:            center;
}

.book-copy img {
    position: relative;
    width:    70%;
}

.book-copy h1 {
    font-size: 3.7rem;
}

blockquote {
    margin: 0;
}

.book-copy blockquote {
    font-family: var(--font-heading);
    font-size:   2rem;
    line-height: 1.35;
    font-weight: 600;
    font-style:  italic;
}

.book-feature-cover {
    width: 30%;
}

.book-description {
    padding: 0 0 84px;
}

.wide-text {
    width: min(100% - 48px, 1245px);
}

.decor {
    pointer-events: none;
}

.decor-ward {
    width:  190px;
    margin: 34px 0 28px auto;
}

.about-grid {
    display:         flex;
    flex-wrap:       wrap;
    align-items:     center;
    justify-content: center;
    gap:             78px;
}

.about-copy {
    padding-top: 2px;
}

.decor-crasher {
    width:  50%;
    margin: 46px auto 0;
}

.news-section {
    min-height: 818px;
}

.news-copy {
    width: min(100% - 48px, 930px);
}

.news-copy h1 {
    font-size:     2.15rem;
    margin-bottom: 22px;
}

.news-copy h2 {
    margin-top:    46px;
    margin-bottom: 18px;
}

.news-copy blockquote {
    margin-bottom: 32px;
}

.news-copy cite {
    display:    block;
    font-style: normal;
    margin-top: 8px;
}

.decor-blue-jays {
    width:  300px;
    margin: 34px 0 0 auto;
}

body.page-resources {
    overflow-x: hidden;
}

.page-resources main {
    background: #ffffff;
}

.page-resources .resources-section {
    padding: 84px 0 96px;
}

.page-resources .resources-copy {
    width:       min(calc(100% - 444px), 800px);
    margin:      0 auto;
    color:       #000000;
    line-height: 1.22;
}

.page-resources .resources-copy p {
    margin-bottom: 26px;
}

.page-resources .decor-shelf {
    width:  560px;
    margin: -10px auto 74px;
}

.page-resources .resources-flow {
    position: relative;
}

.page-resources .resource-block {
    position: relative;
    margin:   0;
}

.page-resources .resource-block p:last-child,
.page-resources .resource-block ul:last-child,
.page-resources .resource-block ol:last-child {
    margin-bottom: 0;
}

.page-resources .resource-green,
.page-resources .resource-prompt,
.page-resources .resource-links,
.page-resources .resource-extra a {
    color: #118a65;
}

.page-resources .resource-prompt {
    margin-top:    2px;
    margin-bottom: 20px;
}

.page-resources .resource-recipe-block {
    margin-top: 2px;
}

.page-resources .resource-recipe p,
.page-resources .resource-recipe ul,
.page-resources .resource-recipe ol {
    margin-bottom: 0;
}

.page-resources .resource-recipe ul,
.page-resources .resource-recipe ol,
.page-resources .resource-native ul {
    padding: 0;
}

.page-resources .resource-recipe ul {
    list-style:  none;
    margin-left: 0;
}

.page-resources .resource-recipe ol {
    counter-reset: recipe-steps;
    list-style:    none;
    margin-left:   0;
}

.page-resources .resource-recipe ol li::before {
    counter-increment: recipe-steps;
    content:           counter(recipe-steps) ".";
}

.page-resources .resource-recipe li,
.page-resources .resource-native li {
    margin-bottom: 0;
}

.page-resources .resource-links {
    margin-bottom: 0;
}

.page-resources .resource-image-link {
    text-decoration-thickness: 1px;
    text-underline-offset:     0.16em;
}

.image-modal[hidden] {
    display: none;
}

.image-modal {
    position:    fixed;
    inset:       0;
    z-index:     20;
    display:     grid;
    place-items: center;
    padding:     clamp(16px, 4vw, 36px);
}

.image-modal-backdrop {
    position:   absolute;
    inset:      0;
    background: rgba(12, 29, 35, 0.76);
}

.image-modal-panel {
    position:              relative;
    width:                 min(100%, 1120px);
    max-height:            min(88vh, 920px);
    background:            #ffffff;
    border-radius:         6px;
    box-shadow:            0 24px 60px rgba(0, 0, 0, 0.28);
    display:               grid;
    grid-template-rows:    minmax(0, 1fr);
    overflow:              hidden;
}

.image-modal-actions {
    position: absolute;
    top:      14px;
    right:    14px;
    z-index:  2;
    display:  flex;
    gap:      8px;
}

.image-modal-control {
    width:         44px;
    height:        44px;
    border:        1px solid #b8cbc1;
    border-radius: 4px;
    background:    rgba(255, 255, 255, 0.94);
    color:         var(--ink);
    display:       inline-flex;
    align-items:   center;
    justify-content: center;
    padding:       0;
    font:          inherit;
    line-height:   1;
    cursor:        pointer;
    box-shadow:    0 2px 10px rgba(0, 0, 0, 0.14);
    text-decoration: none;
}

.image-modal-control:hover,
.image-modal-control:focus-visible {
    outline:        2px solid #83bca1;
    outline-offset: 2px;
}

.image-modal-print svg {
    width:        24px;
    height:       24px;
    fill:         none;
    stroke:       currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.image-modal-close {
    font-size: 2rem;
}

.image-modal-scroll {
    min-height: 0;
    overflow:   auto;
    padding:    18px;
    background: #f8f6ef;
}

.resource-image-frame {
    position: relative;
}

.image-modal-frame {
    width: 100%;
}

.image-modal-image {
    display:   block;
    width:     100%;
    height:    auto;
    max-width: none;
}

.resource-image-credit {
    position:      absolute;
    left:         50%;
    transform: translateX(-50%);
    bottom:        0;
    margin:        0;
    padding:       6px 10px;
    border-radius: 4px;
    background:    rgba(255, 255, 255, 0.88);
    color:         #000000;
    font-family:   var(--font-body);
    font-size:     1rem;
    line-height:   1.35;
    box-shadow:    0 1px 8px rgba(0, 0, 0, 0.12);
}

body.page-print-resource {
    color:      #000000;
    background: #ffffff;
}

.print-resource-page {
    min-height:    100vh;
    padding:       24px;
    display:       grid;
    align-content: start;
    justify-items: center;
    gap:           20px;
}

.print-resource-toolbar {
    width:           min(100%, 1120px);
    display:         flex;
    align-items:     center;
    justify-content: flex-end;
    gap:             16px;
}

.print-resource-status {
    margin:    0;
    color:     var(--ink);
    font-size: 0.95rem;
}

.print-resource-frame {
    display:   inline-block;
    max-width: 100%;
}

.print-resource-image {
    display:    block;
    width:      auto;
    height:     auto;
    max-width:  min(100%, 1120px);
    max-height: calc(100vh - 116px);
}

.print-resource-page.is-error {
    align-content: center;
}

.print-resource-page.is-error .print-resource-toolbar {
    justify-content: center;
}

.print-resource-page.is-error .print-resource-button,
.print-resource-page.is-error .print-resource-frame {
    display: none;
}

.page-resources .resource-native ul {
    list-style: none;
    margin:     -44px 0 46px;
}

.page-resources .resource-native li::before {
    content: "- ";
}

.page-resources .resource-extra {
    margin-top: 64px;
}

.page-resources .resource-extra-title {
    font-family: var(--font-body);
    font-size:   1em;
    line-height: inherit;
    margin:      0 0 54px;
}

.page-resources .resource-extra p {
    margin-bottom: 52px;
}

.page-resources .resource-extra a {
    overflow-wrap: anywhere;
}

.page-resources .decor-acorns {
    position: absolute;
    width:    100px;
    height:   auto;
}

.page-resources .decor-acorns-first {
    right:  -10rem;
    bottom: -10rem;
}

.page-resources .decor-acorns-second {
    right:  -10rem;
    bottom: -10rem;
}

.resource-activities {
    padding: 24px 0 112px;
}

.accordion-list {
    width:  min(100%, 930px);
    margin: 0 auto;
}

details {
    border-top: 1px solid var(--line);
    background: #ffffff;
}

details:last-child {
    border-bottom: 1px solid var(--line);
}

summary {
    cursor:      pointer;
    list-style:  none;
    padding:     24px 54px 24px 0;
    position:    relative;
    font-family: var(--font-heading);
    font-size:   1.55rem;
    line-height: 1.25;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content:     "+";
    position:    absolute;
    right:       12px;
    top:         24px;
    font-family: var(--font-body);
    font-size:   1.8rem;
    line-height: 1;
}

details[open] summary::after {
    content: "-";
}

.details-content {
    padding: 0 0 28px;
}

.details-content ul,
.details-content ol {
    margin:  0 0 24px 24px;
    padding: 0;
}

.details-content li {
    margin-bottom: 8px;
}

.details-content a {
    color:         var(--accent);
    overflow-wrap: anywhere;
}

.decor-acorns {
    width: 145px;
}

.decor-acorns-top {
    margin: 0 4% 24px auto;
}

.decor-acorns-bottom {
    margin: 36px 20% 0 auto;
}

.contact-section {
    min-height: 900px;
}

.contact-wrap {
    width: min(100% - 48px, 930px);
}

.contact-intro {
    margin-bottom: 36px;
}

.contact-form {
    display: grid;
    gap:     22px;
}

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

label {
    display: grid;
    gap:     8px;
}

label span {
    font-size: 1rem;
}

input,
textarea {
    width:         100%;
    border:        1px solid #b8cbc1;
    border-radius: 4px;
    background:    #ffffff;
    color:         var(--ink);
    font:          inherit;
    padding:       13px 14px;
}

input:focus,
textarea:focus {
    outline:        2px solid #83bca1;
    outline-offset: 2px;
}

textarea {
    resize:     vertical;
    min-height: 184px;
}

.captcha-field {
    overflow-x: auto;
}

.button {
    width:         fit-content;
    min-width:     136px;
    border:        0;
    border-radius: 4px;
    background:    var(--accent);
    color:         #ffffff;
    font:          inherit;
    padding:       13px 24px;
    cursor:        pointer;
}

.button:disabled {
    cursor:  wait;
    opacity: 0.7;
}

.button:hover,
.button:focus-visible {
    background: #244b3d;
}

.form-status {
    min-height: 1.6em;
    margin:     -6px 0 0;
    color:      var(--accent);
}

.form-status.is-error {
    color: #8c2c22;
}

.form-status.is-success {
    color: var(--accent);
}

.site-footer {
    background: var(--footer);
    padding:    24px 24px 20px;
}

.footer-inner {
    width:         min(100%, 700px);
    margin:        0 auto;
    display:       grid;
    justify-items: center;
    gap:           18px;
}

.social-link img {
    width: 44px;
}

.footer-retailers {
    gap: 12px 18px;
}

.footer-retailers a {
    width:     auto;
    height:    30px;
    min-width: 0;
}

.footer-retailers img {
    width:      auto;
    height:     26px;
    max-width:  none;
    max-height: none;
    object-fit: contain;
}

.footer-retailers img[src*="retailer-bookshop"] {
    max-width: none;
}

.footer-retailers img[src*="retailer-amazon"] {
    max-width: none;
}

.footer-retailers img[src*="retailer-barnes-noble"] {
    max-height: none;
}

.copyright {
    margin:     0;
    text-align: center;
    font-size:  0.95rem;
    color:      #ffffff;
}

@media print {
    @page {
        margin: 0.4in;
    }

    body.page-print-resource {
        margin:     0;
        background: #ffffff;
    }

    .page-print-resource .print-resource-page {
        min-height:      0;
        height:          100vh;
        padding:         0;
        display:         flex;
        align-items:     center;
        justify-content: center;
    }

    .print-resource-toolbar {
        display: none;
    }

    .print-resource-frame {
        max-width:          100%;
        max-height:         100%;
        break-inside:       avoid;
        page-break-inside:  avoid;
    }

    .print-resource-image {
        max-width:  100%;
        max-height: 100vh;
    }

    .resource-image-credit {
        left:     50%;
        transform: translateX(-50%);
        bottom:    0;
        font-size: 1rem;
    }
}

@media (max-width: 980px) {
    .page-resources .decor-acorns-second {
        display: none;
    }

    body {
        font-size: 17px;
    }

    .home-cover {
        width: min(80%, 400px);
    }

    .masthead {
        min-height: 196px;
        padding:    0;
    }

    .masthead-title,
    .masthead-title-long {
        font-size: 3.1rem;
    }

    .nav-toggle {
        display: block;
    }

    .site-nav {
        display:        none;
        min-height:     0;
        padding:        18px 24px 24px;
        gap:            12px;
        flex-direction: column;
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 8px 0;
    }

    .home-art-grid,
    .book-grid,
    .about-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .home-art-grid {
        gap:           46px;
        justify-items: center;
    }

    .home-author {
        width: min(100%, 430px);
    }

    .book-grid {
        gap:           40px;
        justify-items: center;
        text-align:    center;
    }

    .book-feature-cover {
        width: min(100%, 360px);
    }

    .about-grid {
        gap:           44px;
        justify-items: center;
    }

    .page-resources .resources-section {
        padding: 88px 0 104px;
    }

    .page-resources .resources-copy {
        width:       min(calc(100% - 48px), 680px);
        margin-left: auto;
        font-size:   1.04rem;
        line-height: 1.32;
    }

    .page-resources .resources-copy p {
        margin-bottom: 30px;
    }

    .page-resources .decor-shelf {
        width:  min(78%, 320px);
        margin: 4px auto 44px;
    }

    .page-resources .decor-acorns {
        width: 96px;
    }

    .page-resources .decor-acorns-first {
        right: -72px;
    }

    .page-resources .decor-acorns-second {
        right: -68px;
    }
}

@media (max-width: 620px) {
    body {
        font-size: 16px;
    }

    .content-wrap,
    .wide-text,
    .news-copy,
    .resources-copy,
    .contact-wrap {
        width: min(100% - 32px, 930px);
    }

    .section-pad {
        padding: 56px 0 68px;
    }

    .masthead {
        /*min-height:       300px;*/
        background-image: url("assets/header-background-mobile.jpeg");

    }

    .masthead-title,
    .masthead-title-long {
        font-size: 2.45rem;
    }

    h1 {
        font-size: 2.45rem;
    }

    h2 {
        font-size: 2rem;
    }

    .book-copy h1 {
        font-size: 2.55rem;
    }

    .book-copy blockquote {
        font-size: 1.55rem;
    }

    .preorder-panel {
        min-height: 0;
        padding:    40px 0 46px;
    }

    .retailer-row,
    .footer-retailers {
        gap: 16px;
    }

    .preorder-content h2 {
        font-size:     clamp(1.45rem, 6.2vw, 1.7rem);
        margin-bottom: 24px;
    }

    .preorder-title {
        font-size:     clamp(2.1rem, 10vw, 2.75rem);
        margin-bottom: 26px;
    }

    .retailer-row-large a {
        width:     auto;
        height:    34px;
        min-width: 0;
    }

    .retailer-row-large img {
        width:      auto;
        height:     31px;
        max-width:  none;
        max-height: none;
    }

    .retailer-row-large img[src*="retailer-indigo"] {
        max-width: none;
    }

    .retailer-row-large img[src*="retailer-bookshop"] {
        max-width: none;
    }

    .retailer-row-large img[src*="retailer-barnes-noble"] {
        max-height: none;
    }

    summary {
        font-size: 1.35rem;
    }

    .footer-retailers img {
        width:      auto;
        height:     23px;
        max-width:  none;
        max-height: none;
    }

    .site-footer {
        padding: 20px 16px 18px;
    }

    .footer-inner {
        gap: 16px;
    }

    .social-link img {
        width: 36px;
    }

    .footer-retailers {
        gap: 12px 14px;
    }

    .footer-retailers a {
        height:    28px;
        min-width: 0;
    }

    .footer-retailers img[src*="retailer-bookshop"] {
        max-width: none;
    }

    .footer-retailers img[src*="retailer-amazon"] {
        max-width: none;
    }

    .footer-retailers img[src*="retailer-barnes-noble"] {
        max-height: none;
    }

    .page-resources .resources-section {
        padding: 58px 0 76px;
    }

    .page-resources .resources-copy {
        width:       min(calc(100% - 32px), 680px);
        font-size:   0.98rem;
        line-height: 1.36;
    }

    .page-resources .resources-copy p {
        margin-bottom: 22px;
    }

    .page-resources .decor-shelf {
        width:  min(76%, 250px);
        margin: 2px auto 34px;
    }

    .page-resources .resource-block {
        margin-bottom: 22px;
    }

    .page-resources .resource-native ul {
        margin: -14px 0 22px;
    }

    .page-resources .resource-extra {
        margin-top: 30px;
    }

    .page-resources .resource-extra-title,
    .page-resources .resource-extra p {
        margin-bottom: 22px;
    }

    .image-modal {
        align-items: stretch;
        padding:     0;
    }

    .image-modal-panel {
        width:         100%;
        height:        100%;
        max-height:    none;
        border-radius: 0;
    }

    .image-modal-actions {
        top:   12px;
        right: 12px;
    }

    .image-modal-scroll {
        padding: 12px;
    }

    .image-modal-frame {
        width: 1080px;
        max-width: none;
    }

    .image-modal-image {
        width: 100%;
    }

    .page-resources .decor-acorns {
        position: static;
        width:    82px;
        margin:   -4px 2% 12px auto;
    }
}

@media (max-width: 480px) {
    .preorder-content h2 {
        max-width:    320px;
        margin-left:  auto;
        margin-right: auto;
        font-size:    1.38rem;
    }

    .preorder-title {
        font-size: 2.25rem;
    }

    .retailer-row-large {
        max-width: 296px;
        margin:    0 auto;
        gap:       14px 16px;
    }

    .retailer-row-large a {
        height: 31px;
    }

    .retailer-row-large img {
        height: 28px;
    }

    .footer-retailers {
        max-width: 304px;
        margin:    0 auto;
    }
}

/* Books page: preserve the PSD composition instead of stretching the art. */
body.page-books {
    overflow-x: hidden;
}

.page-books .books-page-title {
    width:  150px;
    height: auto;
}

.page-books .books-main {
    background: #ffffff;
}

.page-books .book-feature {
    z-index:             2;
    min-height:          0;
    aspect-ratio:        1800 / 690;
    padding:             0;
    background-color:    #f3e8a8;
    background-image:    url("assets/books-background.png");
    background-repeat:   no-repeat;
    background-position: center top;
    background-size:     cover;
}

.page-books .book-grid {
    width:    100%;
    height:   100%;
    display:  block;
    position: relative;
}

.page-books .book-copy img,
.page-books .book-wordmark {
    position: absolute;
    left:     17%;
    top:      18%;
    width:    38%;
    height:   auto;
    margin:   0;
}

.page-books .book-copy blockquote {
    position: absolute;
    left:     23%;
    top:      60%;
    width:    31%;
    margin:   0;
}

.page-books .book-copy .book-quote-image {
    position: static;
    left:     auto;
    top:      auto;
    width:    100%;
    height:   auto;
    margin:   0;
}

.page-books .book-feature-cover {
    position: absolute;
    right:    16%;
    top:      18%;
    z-index:  2;
    width:    20.5%;
    height:   auto;
}

.page-books .book-description {
    min-height: 360px;
    padding:    88px 0 34px;
    background: #ffffff;
}

.page-books .wide-text {
    width:       min(100% - 200px, 1000px);
    font-size:   1.05rem;
    line-height: 1.35;
}

.page-books .wide-text p {
    margin-bottom: 14px;
}

.page-books .book-description .retailer-row {
    display: none;
}

.page-books .decor-ward {
    position: absolute;
    right:    -50px;
    width:    128px;
    margin:   0;
    z-index:  2;
}

@media (max-width: 700px) {
    .page-books .books-page-title {
        width: clamp(90px, 24vw, 130px);
    }

    .page-books .book-feature {
        aspect-ratio: auto;
        min-height:   0;
        padding:      34px 20px 30px;
        overflow:     hidden;
    }

    .page-books .book-grid {
        display:       grid;
        height:        auto;
        justify-items: center;
        gap:           18px;
    }

    .page-books .book-copy {
        display:       grid;
        justify-items: center;
        gap:           18px;
    }

    .page-books .book-copy img,
    .page-books .book-wordmark {
        position: static;
        width:    min(82vw, 430px);
    }

    .page-books .book-copy blockquote {
        position: static;
        width:    min(82vw, 340px);
    }

    .page-books .book-feature-cover {
        position: static;
        width:    min(56vw, 250px);
        margin:   2px auto 0;
    }

    .page-books .book-description {
        min-height: 0;
        padding:    36px 0 30px;
    }

    .page-books .wide-text {
        width:       min(100% - 36px, 620px);
        font-size:   0.94rem;
        line-height: 1.45;
    }

    .page-books .wide-text p {
        margin-bottom: 12px;
    }

    .page-books .decor-ward {
        position: static;
        width:    92px;
        margin:   22px 8% -22px auto;
    }

}

@media (max-width: 520px) {
    .page-books .book-copy .book-wordmark {
        width: min(70vw, 290px);
    }

    .page-books .book-copy blockquote {
        width: min(76vw, 300px);
    }

    .page-books .wide-text {
        width:         auto;
        max-width:     none;
        margin:        0 54px 0 20px;
        font-size:     0.86rem;
        overflow-wrap: break-word;
    }
}
