*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--c-cream);color:var(--c-charcoal);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}input,button,select,textarea{font-family:inherit}h1,h2,h3,h4{margin:0;font-weight:700}.skip-to-content{position:absolute;left:-9999px;top:0;background:var(--c-forest);color:var(--c-cream);padding:.75rem 1rem;z-index:100}.skip-to-content:focus{left:0}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.font-head{font-family:Libre Baskerville,Georgia,serif}.font-accent{font-family:Cormorant Garamond,Georgia,serif}.accent-italic{font-family:Cormorant Garamond,Georgia,serif;font-weight:500;font-style:italic;color:var(--c-clay)}.accent-italic--clay{color:var(--c-clay)}.eyebrow{display:inline-flex;align-items:center;gap:.75rem;font-size:10px;letter-spacing:.25em;text-transform:uppercase;font-weight:600;color:var(--c-tan);margin-bottom:1.5rem}.eyebrow__line{display:inline-block;width:2rem;height:1px;background:var(--c-tan)}.eyebrow--centered{justify-content:center}.section-title{font-family:Libre Baskerville,Georgia,serif;font-weight:700;color:var(--c-forest);font-size:clamp(2rem,4vw,3.25rem);line-height:1.05;letter-spacing:-.01em;word-wrap:break-word;overflow-wrap:break-word}.section-title--small{font-size:clamp(1.25rem,2vw,1.75rem)}.section-head--center{text-align:center;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;gap:.75rem;padding:14px 28px;font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:600;transition:opacity .2s ease,transform .2s ease}.btn:hover{opacity:.9}.btn--primary{background:var(--c-forest);color:var(--c-cream)}.btn--outline{color:var(--c-forest);border:1px solid var(--c-forest)}.btn--outline:hover{background:var(--c-forest);color:var(--c-cream);opacity:1}.btn--clay{background:var(--c-clay);color:var(--c-cream)}.announcement-bar{background:var(--c-forest);color:var(--c-cream);text-align:center;padding:10px 16px}.announcement-bar__text{font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:500}.site-header{position:sticky;top:0;z-index:30;background:#f7f4eef2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--c-divider)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:16px 1.5rem}.site-header__brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.site-header__brand-text{line-height:1.1;min-width:0}.site-header__brand-name{display:block;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;letter-spacing:-.01em;color:var(--c-forest)}.site-header__brand-tag{display:block;font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--c-tan);font-weight:500;white-space:nowrap}.site-header__nav{display:none;align-items:center;gap:28px}.site-header__nav-link{position:relative;font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:var(--c-charcoal)}.site-header__nav-link:after{content:"";position:absolute;left:0;bottom:-4px;height:1px;width:0;background:currentColor;transition:width .3s}.site-header__nav-link:hover:after{width:100%}.site-header__actions{display:flex;align-items:center;gap:12px}.site-header__action{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--c-forest);position:relative}.site-header__action:hover{opacity:.7}.site-header__cart-count{position:absolute;top:-2px;right:-2px;width:16px;height:16px;border-radius:50%;background:var(--c-clay);color:var(--c-cream);font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}@media(min-width:1024px){.site-header__nav{display:flex}}.hero{position:relative;overflow:hidden}.hero__grid{display:grid;gap:3rem;align-items:center;padding-top:4rem;padding-bottom:5rem}.hero__copy{min-width:0}.hero__headline{font-family:Libre Baskerville,Georgia,serif;font-weight:700;color:var(--c-forest);font-size:clamp(2rem,4.2vw,3.75rem);line-height:1.08;letter-spacing:-.01em;word-wrap:break-word;overflow-wrap:break-word}.hero__subhead{margin:1.75rem 0 0;max-width:36rem;font-size:1.125rem;line-height:1.7;color:var(--c-charcoal-soft);font-weight:300}.hero__cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:2.25rem}.hero__media{min-width:0;position:relative}.hero__portrait-wrap{position:relative;max-width:24rem;margin:0 auto}.hero__portrait-bg{position:absolute;top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem}.hero__portrait-bg--tan{background:var(--c-tan);opacity:.18;transform:rotate(1deg)}.hero__portrait-bg--forest{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem;background:var(--c-forest);opacity:.12;transform:rotate(-2deg)}.hero__portrait{position:relative;aspect-ratio:4 / 5;overflow:hidden}.hero__portrait img{width:100%;height:100%;object-fit:cover}.hero__credential{position:absolute;bottom:-1.25rem;right:-1.25rem;background:var(--c-cream-card);padding:12px 20px;display:flex;align-items:center;gap:12px;box-shadow:0 12px 24px -8px #2e2e2e40}.hero__credential-text{line-height:1.2}.hero__credential-text strong{display:block;font-family:Libre Baskerville,serif;font-size:14px;white-space:nowrap;color:var(--c-forest)}.hero__credential-text span{display:block;font-size:9px;letter-spacing:.25em;text-transform:uppercase;color:var(--c-tan);font-weight:600;margin-top:2px;white-space:nowrap}@media(min-width:768px){.hero__grid{grid-template-columns:7fr 5fr}.hero__portrait-wrap{margin-left:auto;max-width:none}}.trust-badges{background:var(--c-cream-card);border-top:1px solid var(--c-divider);border-bottom:1px solid var(--c-divider)}.trust-badges__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 2rem;padding-top:3rem;padding-bottom:3rem}.trust-badge{display:flex;align-items:flex-start;gap:1rem}.trust-badge__check{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:var(--c-forest);color:var(--c-cream);display:flex;align-items:center;justify-content:center;margin-top:2px}.trust-badge__title{font-family:Libre Baskerville,serif;font-size:16px;font-weight:700;color:var(--c-forest);line-height:1.2}.trust-badge__subtitle{font-size:12px;line-height:1.5;color:var(--c-muted);margin-top:4px}@media(min-width:768px){.trust-badges__grid{grid-template-columns:repeat(4,1fr)}}.categories{padding:5rem 0}.categories__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.category-card{display:flex;flex-direction:column;align-items:flex-start;padding:1.5rem;min-height:180px;transition:transform .35s ease,box-shadow .35s ease}.category-card:hover{transform:translateY(-3px);box-shadow:0 24px 48px -28px #2e2e2e4d}.category-card__icon-wrap{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:auto}.category-card__label{font-family:Libre Baskerville,serif;font-size:18px;font-weight:700;line-height:1.2;margin-top:1.5rem}.category-card__cta{display:inline-flex;align-items:center;gap:4px;font-size:10px;letter-spacing:.2em;text-transform:uppercase;font-weight:600;margin-top:8px;opacity:.75}.category-card--books{background:#faf7f1;color:var(--c-forest)}.category-card--books .category-card__icon-wrap{background:#e8ddcb}.category-card--printables{background:#f0e8d8;color:var(--c-forest)}.category-card--printables .category-card__icon-wrap{background:#e0d5bb}.category-card--parent{background:#d9dde0;color:var(--c-charcoal)}.category-card--parent .category-card__icon-wrap{background:#c0c6cc}.category-card--pro{background:#d4b89c;color:var(--c-forest)}.category-card--pro .category-card__icon-wrap{background:#c0a284}.category-card--courses{background:#d4a493;color:var(--c-cream)}.category-card--courses .category-card__icon-wrap{background:#be8a78}@media(min-width:768px){.categories__grid{grid-template-columns:repeat(5,1fr)}}.shop{background:var(--c-cream-card);padding:5rem 0}.shop__head{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.shop__grid{display:grid;grid-template-columns:1fr;gap:1.5rem 1.5rem}.shop__empty{grid-column:1 / -1;padding:3rem;text-align:center;color:var(--c-muted);background:var(--c-cream);border:1px dashed var(--c-divider)}@media(min-width:640px){.shop__grid{grid-template-columns:repeat(2,1fr);gap:3rem 1.5rem}}@media(min-width:1024px){.shop__grid{grid-template-columns:repeat(3,1fr)}}.product-card{display:flex;flex-direction:column;transition:transform .35s ease,box-shadow .35s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 24px 48px -28px #2e2e2e4d}.product-card__media-link{display:block}.product-card__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:var(--c-cream)}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#31493c8c}.product-card__overlay-tag{background:var(--c-cream-card);color:var(--c-forest);font-size:10px;letter-spacing:.2em;text-transform:uppercase;font-weight:600;padding:8px 20px}.product-card__body{padding-top:1.25rem;min-width:0}.product-card__meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.product-card__type{font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--c-tan)}.product-card__badge{font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--c-clay)}.product-card__title{font-family:Libre Baskerville,serif;font-size:1.25rem;font-weight:700;line-height:1.2;color:var(--c-forest)}.product-card__title a{color:inherit}.product-card__unit{font-size:11px;color:var(--c-muted);margin:6px 0 0}.product-card__blurb{font-size:14px;line-height:1.6;color:var(--c-charcoal-soft);margin:12px 0 20px}.product-card__foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:12px;border-top:1px solid var(--c-divider)}.product-card__price{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;color:var(--c-forest)}.product-card__actions{display:flex;align-items:center;gap:8px}.product-card__add-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--c-forest);color:var(--c-forest);transition:opacity .2s}.product-card__add-btn:hover{opacity:.7}.product-card__buy{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;background:var(--c-clay);color:var(--c-cream);transition:opacity .2s}.product-card__buy:hover{opacity:.9}.attributes{padding:5rem 0;max-width:1280px;margin:0 auto}.attributes__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem 1rem}.attribute{display:flex;flex-direction:column;align-items:center;text-align:center}.attribute__icon-wrap{width:56px;height:56px;border-radius:50%;background:var(--c-cream-card);border:1px solid var(--c-divider);display:flex;align-items:center;justify-content:center;color:var(--c-forest);margin-bottom:12px}.attribute:nth-child(3n+2) .attribute__icon-wrap{color:var(--c-clay);background:var(--c-cream)}.attribute:nth-child(3n+3) .attribute__icon-wrap{color:var(--c-tan)}.attribute__label{font-size:10px;letter-spacing:.25em;text-transform:uppercase;font-weight:600;color:var(--c-charcoal)}@media(min-width:768px){.attributes__grid{grid-template-columns:repeat(6,1fr)}}.quote-band{background:var(--c-forest);color:var(--c-cream);padding:6rem 0;position:relative}.quote-band__inner{max-width:56rem;margin:0 auto;padding:0 1.5rem;text-align:center}.quote-band__icon{color:var(--c-clay);margin-bottom:2rem}.quote-band__quote{font-family:Libre Baskerville,serif;font-weight:400;font-size:clamp(1.5rem,2.75vw,2.25rem);line-height:1.25;letter-spacing:-.01em;margin:0}.quote-band__byline{display:inline-flex;align-items:center;gap:12px;margin-top:2.5rem;font-size:10px;letter-spacing:.3em;text-transform:uppercase;font-weight:600;color:var(--c-tan)}.quote-band__line{width:2.5rem;height:1px;background:var(--c-tan);display:inline-block}.about{max-width:1280px;margin:0 auto;padding:6rem 1.5rem}.about__grid{display:grid;gap:4rem;align-items:start}.about__media{min-width:0}.about__portrait-wrap{position:relative;max-width:24rem;margin:0 auto}.about__portrait-bg{position:absolute;top:-1rem;right:-1rem;bottom:-1rem;left:-1rem;background:var(--c-tan);opacity:.18;transform:rotate(-2deg)}.about__portrait{position:relative;aspect-ratio:4 / 5;overflow:hidden}.about__portrait img{width:100%;height:100%;object-fit:cover}.about__stamp-row{margin-top:1.5rem;display:flex;align-items:center;justify-content:center;gap:12px}.about__stamp-name{font-family:Libre Baskerville,serif;font-size:1rem;font-weight:700;color:var(--c-forest);white-space:nowrap}.about__stamp-role{font-size:10px;letter-spacing:.25em;text-transform:uppercase;font-weight:600;color:var(--c-tan);margin-top:4px;white-space:nowrap}.about__copy{min-width:0}.about__title{font-family:Libre Baskerville,serif;font-weight:700;color:var(--c-forest);font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;letter-spacing:-.01em;word-wrap:break-word;overflow-wrap:break-word;margin-bottom:2rem}.about__body{font-size:1.125rem;line-height:1.7;color:var(--c-charcoal-soft)}.about__body p{margin:0 0 1.25rem}.about__body p:last-child{margin-bottom:0}.about__body strong{color:var(--c-forest);font-weight:600}.about__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3rem;background:var(--c-divider)}.about__stat{padding:1.5rem 1rem;text-align:center;background:var(--c-cream)}.about__stat-val{font-family:Libre Baskerville,serif;font-size:1.75rem;font-weight:700;color:var(--c-clay)}.about__stat-label{font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--c-muted);margin-top:8px}@media(min-width:768px){.about__grid{grid-template-columns:5fr 7fr;gap:4rem}.about__media{position:sticky;top:8rem}}.pillars__grid{display:grid;grid-template-columns:1fr}.pillar{padding:2.5rem 1.75rem}.pillar__label{font-family:Libre Baskerville,serif;font-size:1.125rem;font-weight:700;margin-top:1.25rem}.pillar__desc{font-size:14px;line-height:1.6;margin-top:8px;opacity:.9;font-weight:300}.pillar--forest{background:var(--c-forest);color:var(--c-cream)}.pillar--cream{background:#f0e8d8;color:var(--c-forest)}.pillar--slate{background:var(--c-slate);color:var(--c-cream)}.pillar--tan{background:var(--c-tan);color:var(--c-cream)}.pillar--clay{background:var(--c-clay);color:var(--c-cream)}@media(min-width:768px){.pillars__grid{grid-template-columns:repeat(5,1fr)}}.site-footer{background:var(--c-charcoal);color:var(--c-cream)}.site-footer .container{padding-top:4rem;padding-bottom:4rem}.site-footer__top{display:grid;gap:2.5rem;margin-bottom:3rem}.site-footer__brand-col{min-width:0}.site-footer__brand{display:flex;align-items:center;gap:12px;margin-bottom:1.25rem}.site-footer__brand-name{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;color:var(--c-cream)}.site-footer__brand-tag{font-size:9px;letter-spacing:.28em;text-transform:uppercase;opacity:.7;margin-top:2px}.site-footer__signature{font-family:Cormorant Garamond,serif;font-style:italic;font-weight:500;font-size:1.35rem;line-height:1.3;color:var(--c-clay);margin:0 0 1.25rem}.site-footer__credit{font-size:14px;line-height:1.7;opacity:.75;max-width:24rem;font-weight:300;margin:0 0 1.5rem}.site-footer__socials{display:flex;gap:8px}.site-footer__social{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(247,244,238,.25);color:var(--c-cream);transition:opacity .2s}.site-footer__social:hover{opacity:.7}.site-footer__social--accent{background:var(--c-clay);border-color:var(--c-clay)}.site-footer__col-title{font-size:10px;letter-spacing:.25em;text-transform:uppercase;font-weight:600;margin-bottom:1.25rem;opacity:.6}.site-footer__list{list-style:none;padding:0;margin:0;display:grid;gap:10px;font-size:14px}.site-footer__list a{opacity:.8}.site-footer__list a:hover{opacity:1}.site-footer__newsletter-text{font-size:14px;opacity:.75;margin:0 0 12px;font-weight:300}.site-footer__newsletter-form{display:flex;max-width:20rem;border-bottom:1px solid rgba(247,244,238,.3)}.site-footer__newsletter-form input{flex:1;background:transparent;border:none;outline:none;font-size:14px;padding:8px 0;color:var(--c-cream)}.site-footer__newsletter-form input::placeholder{opacity:.4;color:var(--c-cream)}.site-footer__newsletter-form button{padding:8px 4px;color:var(--c-clay)}.site-footer__bottom{display:flex;flex-direction:column;gap:12px;justify-content:space-between;font-size:12px;opacity:.55;font-weight:300;padding-top:2rem;border-top:1px solid rgba(247,244,238,.15)}.site-footer__bottom-links{display:flex;gap:1.5rem;flex-wrap:wrap}@media(min-width:768px){.site-footer__top{grid-template-columns:5fr 3fr 2fr 2fr}.site-footer__bottom{flex-direction:row;align-items:center}}.product-page{padding:4rem 0}.product-page__grid{display:grid;gap:3rem}.product-page__title{font-family:Libre Baskerville,serif;font-size:clamp(1.75rem,3vw,2.5rem);color:var(--c-forest);margin:1rem 0}.product-page__unit{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--c-muted);font-weight:600}.product-page__price{font-family:Cormorant Garamond,serif;font-size:2rem;color:var(--c-clay);font-weight:600;margin:1.5rem 0}.product-page__desc{line-height:1.7;color:var(--c-charcoal-soft);margin-bottom:2rem}.product-page__desc p{margin:0 0 1rem}.product-page__add{width:100%;justify-content:center}@media(min-width:768px){.product-page__grid{grid-template-columns:1fr 1fr;align-items:start}}.collection-page,.cart-page,.page{padding:4rem 0}.collection-page__head,.cart-page__head,.page__head{margin-bottom:3rem}.collection-page__desc{margin-top:1rem;color:var(--c-muted);max-width:40rem}.cart-page__list{list-style:none;padding:0;margin:0 0 2rem;display:grid;gap:1.5rem}.cart-item{display:grid;grid-template-columns:100px 1fr;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--c-divider)}.cart-item h3{font-family:Libre Baskerville,serif;color:var(--c-forest);margin:0 0 4px;font-size:1rem}.cart-item p{font-size:12px;color:var(--c-muted);margin:0 0 12px}.cart-item__row{display:flex;align-items:center;justify-content:space-between}.cart-item__row input{width:60px;padding:6px;border:1px solid var(--c-divider)}.cart-item__price{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;color:var(--c-clay)}.cart-page__foot{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.cart-page__subtotal{flex:1;display:flex;justify-content:space-between;padding:1rem 0;border-top:1px solid var(--c-divider);font-family:Libre Baskerville,serif;color:var(--c-forest);font-size:1.125rem}.cart-page__empty{text-align:center;padding:3rem;color:var(--c-muted)}.page--404__inner{text-align:center;padding:4rem 0}.rte p{margin:0 0 1rem;line-height:1.7}.rte h2,.rte h3{font-family:Libre Baskerville,serif;color:var(--c-forest);margin:2rem 0 1rem}.search-form{display:flex;gap:8px;margin-top:1.5rem;max-width:32rem}.search-form input{flex:1;padding:12px 16px;border:1px solid var(--c-divider);font-size:16px;background:var(--c-cream)}.pagination{display:flex;justify-content:center;gap:12px;margin-top:3rem}.pagination a,.pagination span{padding:6px 12px;font-size:13px}.pagination .current{background:var(--c-forest);color:var(--c-cream)}@media print{.site-header,.site-footer,.pillars,.announcement-bar{display:none}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/theme.css.map */
