
:root{--green:#064d2f;--green2:#087343;--ink:#071324;--muted:#55606b;--line:#e4e0d7;--cream:#fbfaf6;--soft:#f1f5ee;--white:#fff;--shadow:0 12px 30px rgba(6,28,18,.11);--radius:22px}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.55}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.05;color:#062f24;margin:0}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}.top-strip{height:9px;background:var(--green)}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:46px;height:46px;border:3px solid var(--green);border-radius:10px;display:grid;place-items:center;color:var(--green);font-weight:900;font-size:25px}.brand-title{font-family:Georgia,serif;font-size:28px;font-weight:800;color:#073b2b;letter-spacing:.02em}.tagline{font-size:13px;font-weight:700;letter-spacing:.14em;color:#526056;text-transform:uppercase}.menu{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:800;text-transform:uppercase}.menu a{padding:28px 0;border-bottom:4px solid transparent}.menu a.active,.menu a:hover{color:var(--green);border-color:var(--green)}.nav-actions{display:flex;align-items:center;gap:14px}.icon-btn{width:44px;height:44px;border:1px solid var(--line);border-radius:14px;background:#fff;display:grid;place-items:center;box-shadow:0 4px 16px rgba(0,0,0,.06)}.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:9px;font-weight:900;text-transform:uppercase;font-size:13px;padding:14px 22px;border:1px solid var(--green);cursor:pointer}.primary-btn{background:linear-gradient(180deg,var(--green2),var(--green));color:#fff;box-shadow:0 8px 20px rgba(6,77,47,.22)}.secondary-btn{background:#fff;color:var(--green)}.hero{position:relative;overflow:hidden;background:#eef4e9;border-bottom:1px solid var(--line)}.hero-inner{min-height:430px;display:grid;grid-template-columns:1fr 1.15fr;align-items:center;gap:20px}.hero-copy{padding:54px 0}.hero h1{font-size:clamp(42px,5vw,66px);max-width:580px}.hero p{font-size:20px;color:#2c3742;max-width:550px;margin:22px 0 28px}.hero-image{height:430px;border-radius:0 0 0 34px;background:linear-gradient(90deg,rgba(238,244,233,.95),rgba(238,244,233,.05) 40%),url('../images/hero-ai-book-shopper.jpg') center right/cover no-repeat;box-shadow:inset 40px 0 80px rgba(238,244,233,.55)}.stats{margin-top:-34px;position:relative;z-index:2}.stats-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(6,1fr);padding:22px 20px}.stat{display:flex;align-items:center;gap:12px;padding:0 18px;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat-icon{width:48px;height:48px;border-radius:50%;background:#eaf3e6;color:var(--green);display:grid;place-items:center;font-size:23px}.stat strong{display:block;font-size:18px}.stat span{font-size:13px;color:#4d5964}.section{padding:62px 0}.section-head{text-align:center;margin-bottom:28px}.section-eyebrow{font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--green);font-size:13px}.section h2{font-size:38px}.section-sub{color:#59636e;margin-top:8px}.featured-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);display:grid;grid-template-columns:300px 1fr 290px;gap:34px;padding:26px;margin-bottom:22px;align-items:stretch}.feature-cover{width:300px;height:450px;border-radius:16px;background:#f2f0e8;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.13)}.feature-cover img{width:100%;height:100%;object-fit:contain}.feature-info{display:flex;flex-direction:column;justify-content:center;min-width:0}.pill{display:inline-flex;align-items:center;gap:7px;background:#edf4ea;color:var(--green);border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;margin:0 8px 8px 0}.category-label{color:var(--green);font-size:12px;text-transform:uppercase;font-weight:900;letter-spacing:.06em}.book-title{font-size:34px;margin:10px 0 12px}.subtitle{font-size:18px;color:#2a3440;margin-bottom:12px}.description{color:#3d4752;margin-bottom:18px}.read-link{font-weight:900;color:var(--green);text-decoration:underline;text-underline-offset:4px}.buy-panel{border-left:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-left:28px}.play-logo{font-size:14px;color:#3d4752;margin-bottom:14px}.price{font-family:Georgia,serif;font-size:38px;font-weight:900;color:var(--green);margin:5px 0 16px}.micro{font-size:12px;color:#69727d;margin-top:10px}.book-list .feature-card{grid-template-columns:250px 1fr 260px}.book-list .feature-card .feature-cover{width:250px;height:375px}.book-list .feature-card .book-title{font-size:27px}.filters{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.search-input,.select{height:48px;border:1px solid var(--line);border-radius:12px;padding:0 16px;background:#fff;font-size:15px}.search-input{flex:1;min-width:260px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.small-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 8px 24px rgba(0,0,0,.06)}.small-cover{height:330px;border-radius:14px;background:#f2f0e8;display:flex;align-items:center;justify-content:center;overflow:hidden}.small-cover img{width:100%;height:100%;object-fit:contain}.small-card h3{font-size:24px;margin:16px 0 8px}.footer{background:#062f24;color:#eaf5ef;padding:42px 0;margin-top:60px}.footer-grid{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}.footer a{color:#eaf5ef}.notice{background:#eef5eb;border:1px solid var(--line);border-radius:18px;padding:22px;margin:30px 0}.book-page{display:grid;grid-template-columns:360px 1fr;gap:46px;padding-top:50px}.book-page .feature-cover{width:360px;height:540px}.book-page h1{font-size:52px}.content-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:30px}.mobile-toggle{display:none}@media(max-width:960px){.menu{display:none}.mobile-toggle{display:grid}.hero-inner{grid-template-columns:1fr}.hero-image{display:none}.stats-card{grid-template-columns:repeat(2,1fr);gap:10px}.stat{border-right:0}.feature-card,.book-list .feature-card:not(:first-child){grid-template-columns:1fr;padding:20px}.feature-cover,.book-list .feature-card:not(:first-child) .feature-cover{width:100%;height:auto;aspect-ratio:2/3}.buy-panel{border-left:0;border-top:1px solid var(--line);padding:24px 0 0}.grid{grid-template-columns:1fr}.book-page{grid-template-columns:1fr}.book-page .feature-cover{width:100%;height:auto;aspect-ratio:2/3}.brand-title{font-size:23px}.nav{height:72px}.stats{margin-top:20px}}@media(max-width:560px){.container{width:min(100% - 24px,1180px)}.hero-copy{padding:34px 0}.stats-card{grid-template-columns:1fr}.hero h1{font-size:39px}.feature-cover{aspect-ratio:2/3}.book-title{font-size:30px}.book-page h1{font-size:38px}}


.author-hero-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:34px;display:grid;grid-template-columns:360px 1fr;gap:42px;align-items:center;margin-bottom:34px}.author-photo{width:100%;aspect-ratio:1/1;border-radius:18px;object-fit:cover;box-shadow:0 10px 26px rgba(0,0,0,.14)}.author-kicker{color:var(--green);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.author-meta{font-weight:800;color:#27313b;margin:8px 0 18px}.author-bio p{margin:0 0 13px;color:#36424e}.author-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:24px;border-top:1px solid var(--line);padding-top:22px}.author-stat{min-width:0}.author-stat strong{display:block;font-family:Georgia,serif;color:var(--green);font-size:26px;line-height:1.05;white-space:nowrap}.author-stat span{display:block;font-size:13px;color:#59636e;white-space:nowrap}.author-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-top:24px}.author-panel{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 24px rgba(0,0,0,.06);padding:24px}.author-panel h3{font-size:24px;margin-bottom:14px}.check-list{list-style:none;padding:0;margin:0}.check-list li{margin:9px 0;color:#38444f}.check-list li:before{content:'✓';color:var(--green);font-weight:900;margin-right:8px}.quote-card{background:linear-gradient(135deg,#f5f7ef,#fff);font-family:Georgia,serif;color:#073b2b;font-size:24px;line-height:1.3}.author-books{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:18px}.author-book{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;box-shadow:0 8px 24px rgba(0,0,0,.06)}.author-book img{width:100%;aspect-ratio:2/3;object-fit:contain;background:#f2f0e8;border-radius:12px}.author-book h3{font-size:18px;margin:12px 0 8px}.breadcrumbs{font-size:13px;color:var(--green);font-weight:700;margin-bottom:18px}.newsletter{background:#eef5eb;border:1px solid var(--line);border-radius:18px;padding:26px;display:grid;grid-template-columns:1fr 1.4fr;gap:22px;align-items:center;margin-top:24px}.newsletter form{display:flex;gap:12px}.newsletter input{height:48px;border:1px solid var(--line);border-radius:10px;padding:0 14px;flex:1}
@media(max-width:960px){.author-hero-card{grid-template-columns:1fr}.author-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.author-grid,.author-books,.newsletter{grid-template-columns:1fr}.newsletter form{flex-direction:column}}@media(max-width:520px){.author-stats{grid-template-columns:1fr 1fr;gap:14px}.author-stat strong{font-size:22px}.author-stat span{white-space:normal}}

.legal-page{padding-top:50px}.legal-card{max-width:900px;margin:0 auto}.legal-card h1{font-size:52px;margin-bottom:12px}.legal-card h2{font-size:28px;margin-top:30px;margin-bottom:10px}.legal-card p{color:#36424e}.footer .micro{color:#b9d6c8;max-width:360px}


.book-description { margin-top: 10px; font-size: 17px; line-height: 1.8; color: var(--muted); }
.book-description p { margin: 0 0 18px; }
.book-description ul { margin: 0 0 22px 22px; padding: 0; display: grid; gap: 10px; }
.book-description li { padding-left: 4px; }
.book-description strong { color: var(--ink); }


/* Consistent ebook cover sizing fixes */
.book-list .feature-card{
    grid-template-columns:250px 1fr 260px;
}

.book-list .feature-card .feature-cover{
    width:250px;
    min-width:250px;
    height:375px;
    aspect-ratio:2/3;
    overflow:hidden;
    background:#f2f0e8;
}

.book-list .feature-card .feature-cover img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}

.feature-cover img,
.small-cover img,
.author-book img,
.book-page .feature-cover img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    display:block;
}

@media(max-width:960px){
    .book-list .feature-card{
        grid-template-columns:1fr;
    }

    .book-list .feature-card .feature-cover{
        width:100%;
        min-width:0;
        height:auto;
        aspect-ratio:2/3;
    }
}


/* Pinterest-focused book landing page improvements */
.book-name-line{font-size:20px;color:#24313b;margin:16px 0 8px;line-height:1.45}.landing-intro{font-size:20px;color:#33404b;margin:0 0 18px;max-width:780px}.cta-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin:22px 0 8px}.landing-note{margin:0 0 22px;color:#65717d}.landing-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:28px 0}.landing-panel{background:#f7faf4;border:1px solid var(--line);border-radius:18px;padding:24px}.landing-panel h2,.description-section h2,.related-books h2,.final-cta h2{font-size:30px;margin-bottom:14px}.landing-panel ul{margin:0;padding-left:20px;display:grid;gap:10px;color:#35414c}.wide-panel{margin:0 0 24px}.description-section{border-top:1px solid var(--line);padding-top:28px;margin-top:12px}.related-books{border-top:1px solid var(--line);padding-top:28px;margin-top:30px}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.related-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:0 6px 18px rgba(0,0,0,.05);display:block}.related-card img{width:100%;aspect-ratio:2/3;object-fit:contain;background:#f2f0e8;border-radius:12px;margin-bottom:12px}.related-card h3{font-size:17px;line-height:1.2;margin:0 0 8px}.related-card span{font-size:13px;color:#59636e;line-height:1.35;display:block}.final-cta{background:linear-gradient(135deg,#eef5eb,#fff);border:1px solid var(--line);border-radius:20px;padding:28px;margin-top:30px;text-align:center}.final-cta p{color:#43505b;margin:10px 0 18px}.book-meta-box{display:none}.book-page aside{position:sticky;top:110px;align-self:start}.book-page .notice .primary-btn{width:100%}
@media(max-width:960px){.landing-grid,.related-grid{grid-template-columns:1fr}.book-page aside{position:static}.landing-intro{font-size:18px}.book-name-line{font-size:18px}}


/* Corrected Version 2 additions */
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.v2-hero .hero-copy{max-width:700px}.topic-card h3{font-size:24px}.book-grid{grid-template-columns:repeat(3,1fr)}.book-mini p{color:#4a5662}.suggestions{display:flex;gap:8px;flex-wrap:wrap;margin:-12px 0 22px}.suggestions button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;cursor:pointer;color:var(--green);font-weight:800}.faq-section{border-top:1px solid var(--line);padding-top:28px;margin-top:28px}.faq-section details{border:1px solid var(--line);border-radius:14px;padding:16px 18px;margin-bottom:10px;background:#fff}.faq-section summary{cursor:pointer;font-weight:900;color:#10241d}.faq-section p{color:#43505b;margin-top:10px}.article-page p{font-size:18px;line-height:1.75;color:#36424e}.article-page h1{font-size:52px}.breadcrumbs a{color:var(--green)}
@media(max-width:960px){.book-grid{grid-template-columns:1fr}.article-page h1{font-size:38px}.hero-actions a{width:auto}}
@media(max-width:560px){.hero-actions a,.secondary-btn{width:100%}}


/* Layout correction pass: fixed header fit and cover/card image framing */
.site-header{min-height:88px;}
.nav{height:88px;gap:16px;}
.brand{flex:0 0 auto;min-width:0;}
.brand-title{white-space:nowrap;line-height:1.05;}
.tagline{white-space:nowrap;line-height:1.15;}
.menu{gap:22px;flex:1;justify-content:center;min-width:0;}
.menu a{white-space:nowrap;padding:30px 0;line-height:1;}
.nav-actions{flex:0 0 auto;}
.nav-actions .primary-btn{padding-left:18px;padding-right:18px;white-space:nowrap;}

.small-cover{height:auto;aspect-ratio:2/3;background:#f2f0e8;}
.small-cover img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}
.related-card img,.author-book img{object-fit:cover;object-position:center;}
.book-list .feature-card .feature-cover img{object-fit:cover;object-position:center;}
.grid .small-card .small-cover + .category-label{margin-top:10px;}

@media(max-width:1180px){
  .container{width:min(1160px,calc(100% - 32px));}
  .nav{gap:12px;}
  .brand-title{font-size:22px;}
  .tagline{font-size:11px;letter-spacing:.12em;}
  .brand-mark{width:42px;height:42px;font-size:22px;}
  .menu{gap:16px;font-size:13px;}
  .nav-actions .primary-btn{font-size:12px;padding:12px 14px;}
  .icon-btn{width:40px;height:40px;}
}
@media(max-width:1040px){
  .menu{display:none;}
  .nav{height:76px;}
  .site-header{min-height:76px;}
}


/* Hero button alignment fix */
.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:nowrap;margin-top:24px}
.hero-actions .primary-btn,.hero-actions .secondary-btn{height:50px;min-width:0;padding:13px 20px;font-size:12px;line-height:1;white-space:nowrap}
@media(max-width:720px){.hero-actions{flex-wrap:wrap}.hero-actions .primary-btn,.hero-actions .secondary-btn{width:100%;height:auto;white-space:normal}}


/* Version 2.1 production polish */
.content-card h2{font-size:30px;margin:26px 0 10px}.content-card h2:first-child{margin-top:0}.content-card p{margin:0 0 16px}.content-card a{text-decoration:underline;text-underline-offset:3px}.legal-card .notice a{font-weight:900;color:var(--green)}.footer-grid{align-items:flex-start}.footer p{color:#d7e9df;max-width:410px}.footer strong{display:block;margin-bottom:8px}.footer a:hover{text-decoration:underline;text-underline-offset:3px}.small-card{display:flex;flex-direction:column}.small-card .read-link{margin-top:auto}.hero-actions .secondary-btn{text-align:center}.book-description li{overflow-wrap:anywhere}.landing-panel li{overflow-wrap:anywhere}@media(max-width:1180px){.nav-actions .primary-btn{min-width:auto}.brand-title{font-size:24px}}@media(max-width:720px){.site-header{position:static}.brand-title{font-size:20px}.tagline{font-size:10px}.nav-actions .primary-btn{display:none}.icon-btn{display:none}.nav{justify-content:flex-start}.content-card{padding:22px}.section h2{font-size:32px}.book-page h1{font-size:34px}}
