@charset "UTF-8";:root{--olive: #6f8a4b;--olive-dark: #435a2d;--terracotta: #c9784a;--mango: #f2c14e;--warm-white: #f8f6f2;--cream: #eee9df;--gray: #4a4a4a;--ink: #293024;--white: #fffdfa;--shadow: 0 24px 60px rgba(66, 69, 48, .14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--warm-white);color:var(--gray);font-family:Nunito Sans,Segoe UI,sans-serif}button,a{font:inherit}a{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink);font-family:Poppins,sans-serif}h1{font-size:clamp(2.7rem,6vw,5.8rem);line-height:.98;letter-spacing:-.055em}h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1.08;letter-spacing:-.04em}h3{font-size:1.18rem}em{color:var(--olive);font-family:Caveat,cursive;font-style:normal;font-weight:700;letter-spacing:0}section{padding:7rem max(6vw,(100vw - 1220px) / 2)}.topbar{align-items:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8f6f2eb;border-bottom:1px solid rgba(111,138,75,.15);display:flex;justify-content:space-between;padding:1rem max(4vw,(100vw - 1320px) / 2);position:sticky;top:0;z-index:20}.brand{align-items:center;display:flex;gap:.75rem;text-decoration:none}.brand span:last-child{display:grid}.brand strong{color:var(--olive-dark);font-family:Poppins;font-size:.9rem;letter-spacing:.02em}.brand small{color:#777;font-size:.68rem}.brand-mark{align-items:center;background:var(--olive);border-radius:50%;color:#fff;display:flex;font-family:Caveat;font-size:1.05rem;font-weight:700;height:2.55rem;justify-content:center;transform:rotate(-4deg);width:2.55rem}.button{background:var(--terracotta);border:0;border-radius:999px;box-shadow:0 8px 24px #c9784a40;color:#fff;cursor:pointer;display:inline-flex;font-family:Poppins;font-weight:700;justify-content:center;padding:1rem 1.55rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.button:hover{box-shadow:0 12px 30px #c9784a57;transform:translateY(-2px)}.button-small{padding:.72rem 1.25rem}.button-light{background:var(--warm-white);color:var(--olive-dark);width:100%}.eyebrow{color:var(--olive);font-family:Poppins;font-size:.77rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.terracotta{color:var(--terracotta)}.mango{color:#a87700}.hero{align-items:center;display:grid;gap:7vw;grid-template-columns:1.05fr .75fr;min-height:calc(100vh - 77px);overflow:hidden;padding-top:4.5rem}.hero-label{display:grid;gap:.28rem}.hero-label span:last-child{font-size:.7rem}.hero h1>span,.hero h1>em{display:block}.hero h1>em{margin-top:.25rem}.lead{font-size:clamp(1.1rem,1.8vw,1.35rem);line-height:1.65;max-width:650px}.hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;margin:2rem 0}.text-link{color:var(--olive-dark);font-weight:800;text-decoration-thickness:2px;text-underline-offset:5px}.trust-row{color:#6a705f;display:flex;flex-wrap:wrap;font-size:.88rem;font-weight:700;gap:1.2rem}.hero-visual{margin:1rem auto;max-width:430px;position:relative}.hero-visual img{border-radius:4px;box-shadow:var(--shadow);position:relative;transform:rotate(1.5deg);z-index:2}.sun-stroke{background:var(--mango);border-radius:50%;height:130%;left:-20%;opacity:.23;position:absolute;top:-14%;width:140%}.paper-grid{background-color:#f1ede4;background-image:linear-gradient(rgba(111,138,75,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(111,138,75,.07) 1px,transparent 1px);background-size:28px 28px}.section-heading{max-width:700px}.section-heading.centered{margin:0 auto 3.5rem;text-align:center}.section-heading.centered>p:last-child{font-size:1.1rem;line-height:1.7}.problem-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.problem-grid article{background:#fffdfae6;border:1px solid rgba(111,138,75,.15);border-radius:20px;padding:2rem}.problem-grid article>span{color:var(--terracotta);font-family:Caveat;font-size:1.6rem;font-weight:700}.problem-grid p{line-height:1.65;margin:0}.handwritten{color:var(--olive-dark);font-family:Caveat;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:600;margin:3.5rem auto 0;max-width:850px;text-align:center;transform:rotate(-1deg)}.handwritten span{display:block}.handwritten.left{margin-left:0;text-align:left}.method{align-items:center;display:grid;gap:7vw;grid-template-columns:.9fr 1fr}.method-gallery{min-height:570px;position:relative}.method-gallery:after{background:linear-gradient(135deg,#f8f6f214,#f8f6f27a);border-radius:10px;content:"";inset:4% 2% 1% 3%;pointer-events:none;position:absolute;z-index:3}.page{border:8px solid white;box-shadow:var(--shadow);max-height:540px;position:absolute;width:auto}.page-one{left:3%;top:5%;transform:rotate(-5deg);z-index:2}.page-two{bottom:1%;right:0;transform:rotate(5deg)}.method-copy>p:not(.eyebrow){font-size:1.1rem;line-height:1.75}.method-copy{padding-top:2.5rem}.method-teaser{color:var(--olive-dark);font-weight:700}.check-list{display:grid;gap:.65rem;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;padding:0}.check-list li{background:#fff;border-left:4px solid var(--mango);border-radius:0 10px 10px 0;padding:.8rem 1rem}.included{background:var(--olive);color:#fff}.included h2,.included h3{color:#fff}.included .section-heading>p{color:#ffffffd1}.included-grid{display:grid;gap:1.4rem;grid-template-columns:repeat(4,1fr)}.included-grid article{background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:1.7rem}.included-grid p{color:#fffc;line-height:1.6}.doodle{color:var(--mango);font-family:Caveat;font-size:2.5rem;margin-bottom:.8rem}.recipes{align-items:center;display:grid;gap:7vw;grid-template-columns:.8fr 1fr}.recipe-image{position:relative}.recipe-image img{border:10px solid white;box-shadow:var(--shadow);transform:rotate(-2deg)}.tape{background:#f2c14ead;height:34px;left:35%;position:absolute;top:-10px;transform:rotate(3deg);width:130px}.recipe-copy ol{display:grid;gap:.4rem;list-style:none;padding:0}.recipe-copy li{align-items:center;border-bottom:1px dashed rgba(111,138,75,.35);display:flex;gap:.8rem;padding:.55rem 0}.recipe-copy li span{color:var(--terracotta);font-family:Caveat;font-size:1.35rem;font-weight:700}.author{align-items:center;display:grid;gap:7vw;grid-template-columns:.65fr 1.35fr}.author-card{background:var(--white);border:1px solid rgba(111,138,75,.15);box-shadow:var(--shadow);padding:3rem 2rem;text-align:center;transform:rotate(-2deg)}.author-initial{align-items:center;background:var(--terracotta);border-radius:50%;color:#fff;display:flex;font-family:Caveat;font-size:4.2rem;height:140px;justify-content:center;margin:0 auto 1.2rem;width:140px}.signature{color:var(--olive-dark);font-family:Caveat;font-size:2.4rem;font-weight:700;margin-bottom:.25rem}.social{font-size:.85rem}.social a{color:inherit}.section-icon{border-radius:50%;display:block;height:76px;margin:0 auto 1rem;object-fit:cover;width:76px}.section-icon-left{margin-left:0}.author-copy>p:not(.eyebrow,.handwritten){font-size:1.05rem;line-height:1.75}.offer{background:var(--terracotta)}.offer-card{align-items:center;background:var(--olive-dark);border-radius:28px;box-shadow:0 30px 70px #352d2340;color:#fff;display:grid;gap:4rem;grid-template-columns:1.2fr .8fr;margin:auto;max-width:1050px;padding:clamp(2rem,5vw,4.5rem)}.offer h2{color:#fff}.offer-copy>p:not(.eyebrow){color:#fffc;font-size:1.08rem}.price{align-items:end;display:flex;gap:1rem;margin:1.4rem 0}.price strong{color:var(--mango);font-family:Poppins;font-size:3.8rem;line-height:1}.old-price{opacity:.65;text-decoration:line-through}.offer-copy small{display:block;margin-top:.75rem;opacity:.68;text-align:center}.offer-card ul{display:grid;gap:1rem;list-style:none;margin:0;padding:0}.offer-card li:before{color:var(--mango);content:"\2713";font-weight:900;margin-right:.8rem}.faq-list{margin:auto;max-width:850px}details{border-bottom:1px solid rgba(111,138,75,.25);padding:1.2rem 0}summary{color:var(--ink);cursor:pointer;font-family:Nunito Sans,Segoe UI,sans-serif;font-weight:700;list-style:none}summary:after{color:var(--terracotta);content:"+";float:right;font-size:1.5rem}details[open] summary:after{content:"\2212"}details p{line-height:1.7;margin:1rem 0 0}.coming-soon{background:var(--cream);text-align:center}.coming-soon>p:not(.eyebrow){font-size:1.12rem;line-height:1.7;margin:0 auto 2rem;max-width:760px}.volume-tags{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center}.volume-tags span{background:var(--warm-white);border:1px solid rgba(111,138,75,.25);border-radius:999px;color:var(--olive-dark);font-weight:700;padding:.65rem 1rem}footer{align-items:center;background:var(--ink);color:#ffffffb3;display:grid;gap:1.4rem;grid-template-columns:1fr auto;padding:3.5rem max(6vw,(100vw - 1220px) / 2)}.footer-brand strong{color:#fff}footer>p{margin:0}footer nav{display:flex;flex-wrap:wrap;gap:1.2rem}footer nav a{font-size:.82rem}footer>small{text-align:right}.legal-overlay{align-items:flex-start;background:#192016c7;display:none;inset:0;justify-content:center;overflow-y:auto;padding:4vh 1rem;position:fixed;z-index:100}.legal-overlay:target{display:flex}.legal-backdrop{cursor:default;inset:0;position:fixed}.legal-document{background:var(--warm-white);border-radius:22px;box-shadow:0 30px 80px #0000004d;max-width:880px;padding:clamp(1.5rem,5vw,4rem);position:relative;width:100%;z-index:1}.legal-close{align-items:center;background:var(--olive);border-radius:50%;color:#fff;display:flex;font-size:1.35rem;height:2.6rem;justify-content:center;position:absolute;right:1.2rem;text-decoration:none;top:1.2rem;width:2.6rem}.legal-document h1{font-size:clamp(2.1rem,5vw,3.5rem);padding-right:3rem}.legal-document h2{font-size:1.25rem;letter-spacing:-.02em;margin-top:2rem}.legal-document p,.legal-document li{line-height:1.72}.legal-document ul{padding-left:1.25rem}.legal-date{color:#777;font-size:.85rem}.legal-pending{background:#fff0c5;border-left:4px solid var(--mango);border-radius:0 8px 8px 0;color:#5f4b16;padding:1rem}.legal-note{background:#e9efe2;border-radius:12px;color:var(--olive-dark);padding:1rem}.templates-page{min-height:100vh}.templates-hero{align-items:center;display:grid;gap:7vw;grid-template-columns:1.2fr .8fr;min-height:70vh;padding-top:5rem}.templates-hero-copy{max-width:720px}.templates-hero h1{font-size:clamp(3rem,6vw,5.4rem)}.templates-status{align-items:center;background:#fffdfae6;border:1px solid rgba(111,138,75,.2);border-radius:18px;display:grid;gap:.15rem;grid-template-columns:auto 1fr;margin-top:2rem;max-width:550px;padding:1.15rem 1.4rem}.templates-status>span{color:var(--terracotta);font-family:Caveat;font-size:2.2rem;grid-row:1/3;margin-right:.8rem}.templates-status strong{color:var(--olive-dark)}.templates-status small{color:#777}.templates-note{background:var(--white);border:1px solid rgba(111,138,75,.16);box-shadow:var(--shadow);display:grid;gap:.45rem;padding:3.5rem 2.5rem;text-align:center;transform:rotate(2deg)}.templates-note-icon{align-items:center;background:var(--olive);border-radius:50%;color:#fff;display:flex;font-family:Caveat;font-size:2rem;font-weight:700;height:82px;justify-content:center;margin:0 auto 1rem;width:82px}.templates-note strong{color:var(--ink);font-family:Poppins;font-size:1.5rem}.templates-note em{font-size:2.2rem}.templates-note p{line-height:1.6;margin:.6rem 0 0}.template-grid{display:grid;gap:1.3rem;grid-template-columns:repeat(2,minmax(0,1fr));margin:auto;max-width:1050px}.template-card{align-items:center;background:#fff;border:1px solid rgba(111,138,75,.18);border-radius:20px;display:grid;gap:1.1rem;grid-template-columns:auto 1fr;padding:1.7rem}.template-card h3{margin-bottom:.35rem}.template-card p{line-height:1.55;margin:0}.template-icon{align-items:center;background:var(--olive);border-radius:50%;color:#fff;display:flex;font-family:Poppins;font-size:.9rem;font-weight:800;height:50px;justify-content:center;width:50px}.template-pending{color:var(--terracotta);font-size:.76rem;font-weight:800;grid-column:2;letter-spacing:.08em;text-transform:uppercase}.templates-help{background:var(--olive-dark);color:#ffffffd1;text-align:center}.templates-help h2{color:#fff}.templates-help>p:not(.eyebrow){line-height:1.7;margin:0 auto 2rem;max-width:700px}.templates-help .button{margin:auto;max-width:330px}.templates-preview{align-items:center;display:grid;gap:clamp(2rem,5vw,5rem);grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr)}.templates-preview-copy{max-width:680px}.templates-preview-copy h2{margin:.55rem 0 1rem}.compact-list{margin:1.5rem 0 2rem}.free-template-note{background:var(--olive);border-radius:1.4rem;box-shadow:0 18px 45px #363c2a24;color:var(--warm-white);padding:clamp(2rem,4vw,3rem);transform:rotate(1deg)}.free-template-note h3{color:#fff;font-size:clamp(1.45rem,2.4vw,2rem);margin:.5rem 0 1rem}.free-template-note .templates-note-icon{background:var(--warm-white);color:var(--olive)}.free-template-note .template-pending{background:var(--warm-white);border-radius:999px;color:var(--olive);display:inline-flex;margin-top:1rem;padding:.55rem .8rem}@media(max-width:900px){section{padding-block:5rem}.hero,.method,.recipes,.author,.offer-card,.templates-hero,.templates-preview{grid-template-columns:1fr}.hero{padding-top:3rem;text-align:center}.hero-copy{margin:auto;max-width:700px}.hero-actions,.trust-row{justify-content:center}.hero-visual{margin-top:2rem;max-width:350px}.problem-grid,.included-grid{grid-template-columns:repeat(2,1fr)}.method-gallery{min-height:520px}.method-copy{margin:auto;max-width:700px}.check-list{grid-template-columns:repeat(3,minmax(0,1fr))}.recipe-image{margin:auto;max-width:520px}.author-card{margin:auto;max-width:380px;width:100%}.templates-note{margin:auto;max-width:460px}.free-template-note{transform:none}footer{grid-template-columns:1fr;text-align:center}.footer-brand,footer nav{justify-content:center}footer>small{text-align:center}}@media(max-width:600px){.topbar .brand small{display:none}.button-small{font-size:.82rem;padding:.65rem .9rem}section{padding-inline:1.25rem}h1{font-size:3.1rem}.problem-grid,.included-grid,.template-grid{grid-template-columns:1fr}.method-gallery{min-height:440px}.page{max-height:410px}.page-one{left:0}.page-two{right:0}.check-list{grid-template-columns:1fr 1fr}.offer{padding-inline:.8rem}.offer-card{border-radius:22px;gap:2rem}.price strong{font-size:3.2rem}}
