@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Literata:opsz,wght@7..72,600;7..72,700&display=swap";:root{font-family:DM Sans,sans-serif;color:#17221f;background:#f7f8f4;font-synthesis:none;--ink:#17221f;--green:#00685f;--mint:#d8eee7;--cream:#f7f8f4;--orange:#f4a340}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh;overflow:hidden}.site-header{height:82px;max-width:1240px;margin:auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:11px;font-size:21px;font-weight:700}.brand img{width:42px;height:42px;border-radius:11px}nav{display:flex;gap:30px;font-size:14px;font-weight:600}nav a:hover{color:var(--green)}.hero{min-height:650px;max-width:1240px;margin:auto;padding:70px 32px 100px;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.eyebrow{color:var(--green);font-weight:700;letter-spacing:.18em;font-size:12px}h1,h2,blockquote{font-family:Literata,serif;letter-spacing:-.04em}.hero h1{max-width:670px;margin:19px 0 24px;font-size:clamp(46px,6vw,78px);line-height:1.02}.hero-copy>p{color:#52635e;font-size:19px;line-height:1.7;max-width:620px}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:36px}.primary-button{background:var(--green);color:#fff;padding:15px 22px;border-radius:6px;font-weight:700;display:inline-block}.text-button{color:var(--green);font-weight:700}.hero-visual{height:480px;position:relative;display:grid;place-items:center}.hero-visual:before{content:"";position:absolute;width:410px;height:410px;border-radius:50%;background:var(--mint)}.book-card{width:275px;height:365px;position:absolute;border-radius:12px;padding:26px;display:flex;flex-direction:column;box-shadow:0 28px 60px #15312a29}.back-card{background:#f2a448;color:#51320e;transform:rotate(-10deg) translate(-54px,-10px);justify-content:flex-end;gap:8px}.back-card span{font-size:42px;font-family:Literata,serif}.front-card{background:#fff;transform:rotate(4deg) translate(45px,10px)}.front-card img{width:70px;border-radius:18px;margin-bottom:auto}.front-card small{color:var(--green);font-weight:700;letter-spacing:.16em}.front-card strong{font-family:Literata,serif;font-size:25px;margin:12px 0 25px;line-height:1.25}.progress{height:5px;background:#dce6e2;border-radius:5px}.progress i{display:block;width:68%;height:100%;background:var(--green);border-radius:5px}.section{padding:110px 32px;background:#fff}.section-heading{max-width:1180px;margin:0 auto 55px}.section-heading h2{font-size:clamp(34px,4vw,52px);margin:14px 0}.feature-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d9e2df;border:1px solid #d9e2df}.feature-grid article{background:#fff;padding:42px;min-height:260px}.feature-grid article>span{color:var(--orange);font-weight:700}.feature-grid h3{font-size:21px;margin:50px 0 12px}.feature-grid p{color:#60706b;line-height:1.65}.quote-section{text-align:center;padding:125px 24px;max-width:900px;margin:auto}.quote-section blockquote{font-size:clamp(31px,4vw,48px);line-height:1.35;margin:0 0 25px}.quote-section p{color:#62716d}.cta-section{max-width:1180px;margin:0 auto 110px;padding:60px;background:var(--green);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px;border-radius:12px}.cta-section .eyebrow{color:#bfe4d9}.cta-section h2{font-size:38px;margin:10px 0 0}.primary-button.light{background:#fff;color:var(--green);white-space:nowrap}.site-footer{border-top:1px solid #dfe5e1;max-width:1180px;margin:auto;padding:55px 0 30px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:45px;color:#566661}.footer-brand{color:var(--ink)}.site-footer p{max-width:330px;line-height:1.6}.footer-links{display:flex;flex-direction:column;gap:11px;font-size:14px}.footer-links strong{color:var(--ink);margin-bottom:4px}.footer-links a:hover{color:var(--green)}.site-footer small{grid-column:1/-1;padding-top:28px;border-top:1px solid #e5e9e6}.legal-page{max-width:820px;margin:65px auto 110px;padding:0 28px}.legal-page header{border-bottom:1px solid #d8dfdb;padding-bottom:35px;margin-bottom:45px}.legal-page h1{font-size:clamp(38px,6vw,62px);margin:16px 0}.legal-page header p{color:#697772}.legal-page section{margin:40px 0}.legal-page h2{font-size:24px;margin-bottom:15px}.legal-page p,.legal-page li{color:#455651;line-height:1.8}.legal-page li{margin:8px 0}@media(max-width:800px){.site-header{padding:0 20px}.site-header nav a:first-child{display:none}.hero{grid-template-columns:1fr;padding:55px 22px 70px;gap:30px}.hero-visual{height:420px;transform:scale(.88)}.feature-grid{grid-template-columns:1fr}.section{padding:75px 22px}.cta-section{margin:0 20px 75px;padding:38px 28px;flex-direction:column;align-items:flex-start}.site-footer{margin:0 22px;grid-template-columns:1fr}.site-footer small{grid-column:1}.legal-page{margin-top:35px}}@media(max-width:440px){.site-header nav{display:none}.hero h1{font-size:43px}.hero-visual{transform:scale(.72);margin:-45px}.hero-actions{flex-direction:column;align-items:flex-start}.feature-grid article{padding:30px}.cta-section h2{font-size:31px}}button,input,select,textarea{font:inherit}.admin-page{min-height:100vh;background:#f3f6f4}.admin-header{height:72px;padding:0 28px;background:#fff;border-bottom:1px solid #dce4e0;display:flex;align-items:center;justify-content:space-between}.admin-header>div{display:flex;align-items:center;gap:18px}.admin-header button,.admin-page button{border:1px solid #cbd7d2;background:#fff;border-radius:7px;padding:10px 14px;cursor:pointer}.admin-shell{min-height:calc(100vh - 72px);display:grid;grid-template-columns:220px 1fr}.admin-shell aside{padding:24px 16px;border-right:1px solid #dce4e0;background:#fff}.admin-shell aside button{width:100%;text-align:left;border:0;margin-bottom:6px}.admin-shell aside button.active{background:var(--mint);color:var(--green);font-weight:700}.admin-main{padding:34px;max-width:1320px;width:100%;margin:auto}.admin-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.admin-title h1,.admin-title h2{margin:0}.admin-title p{margin:5px 0;color:#66756f}.panel{background:#fff;border:1px solid #dde5e1;border-radius:10px;box-shadow:0 8px 25px #19372f0d}.admin-login{width:min(440px,calc(100% - 32px));margin:10vh auto;padding:38px;display:flex;flex-direction:column;gap:18px}.admin-login>img{width:58px;border-radius:14px}.admin-login h1,.admin-login p{margin:0}.admin-login label,.story-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600}.admin-login input,.story-form input,.story-form select,.story-form textarea{width:100%;padding:11px 12px;border:1px solid #cbd7d2;border-radius:7px;background:#fff}.admin-primary{background:var(--green)!important;color:#fff!important;border-color:var(--green)!important;font-weight:700}.admin-error{padding:12px 14px;background:#fff0ee;color:#a02e23;border-radius:7px}.admin-list{display:flex;flex-direction:column;gap:10px}.row{padding:18px;display:flex;align-items:center;gap:16px}.row>div{flex:1;min-width:220px}.row small{display:block;color:#71807b;margin-top:5px}.status{padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}.status.live{background:#dff3e9;color:#08704f}.status.draft{background:#edf0ef;color:#65726e}.story-form{padding:24px;display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:18px}.story-form .wide{grid-column:1/-1}.checks{display:flex;gap:24px}.checks label{flex-direction:row;align-items:center}.checks input{width:auto}.nested{border-top:1px solid #e0e7e4;padding-top:20px}.nested .admin-title{margin-bottom:12px}.paragraph,.word{display:grid;grid-template-columns:90px 1fr 1fr auto;gap:10px;margin-bottom:10px}.word{grid-template-columns:150px 1fr auto}@media(max-width:800px){.admin-shell{grid-template-columns:1fr}.admin-shell aside{border-right:0;border-bottom:1px solid #dce4e0;display:flex}.admin-main{padding:22px}.story-form,.paragraph,.word{grid-template-columns:1fr}.row{flex-wrap:wrap}.admin-header>div>span{display:none}}
