.mp,.mp-page-section{--mp-green: #1e5110;--mp-green-dark: #18410c;--mp-green-soft: #eef4eb;--mp-green-mid: #c5e0d4;--mp-ink: #1a1a1a;--mp-muted: #555;--mp-border: #e4ebe0;--mp-bg: #f7f9f6;--mp-white: #fff;--mp-radius: 12px;--mp-shadow: 0 4px 24px rgba(30, 81, 16, .08);color:var(--mp-ink);font-family:inherit}.mp__inner{max-width:1140px;margin:0 auto;padding:0 1.25rem}.mp-hero{position:relative;min-height:420px;display:flex;align-items:flex-end;overflow:hidden;background:var(--mp-green-dark)}.mp-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.55}.mp-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#18410c59,#18410ceb)}.mp-hero__content{position:relative;z-index:1;width:100%;max-width:1140px;margin:0 auto;padding:3rem 1.25rem 2.75rem}.mp-hero__eyebrow{display:inline-block;margin:0 0 .75rem;padding:.35rem .75rem;border-radius:999px;background:#ffffff26;color:#e8f5e0;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mp-hero__title{margin:0 0 .75rem;max-width:14ch;color:#fff;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.1}.mp-hero__subtitle{margin:0;max-width:38rem;color:#ffffffe6;font-size:clamp(1rem,2.2vw,1.15rem);line-height:1.55}.mp-nav{position:sticky;top:0;z-index:10;background:#fffffff5;border-bottom:1px solid var(--mp-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mp-nav__list{display:flex;gap:.35rem;margin:0;padding:.65rem 0;list-style:none;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mp-nav__list::-webkit-scrollbar{display:none}.mp-nav__link{flex-shrink:0;padding:.5rem .9rem;border-radius:999px;border:1px solid var(--mp-border);background:var(--mp-white);color:var(--mp-green);font-size:12px;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .2s ease,border-color .2s ease}.mp-nav__link:hover{background:var(--mp-green-soft);border-color:var(--mp-green-mid)}.mp-section{padding:3.5rem 0;scroll-margin-top:4rem}.mp-section--alt{background:var(--mp-bg)}.mp-section__header{margin-bottom:2rem;max-width:40rem}.mp-section__eyebrow{display:block;margin-bottom:.4rem;color:var(--mp-green);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mp-section__title{margin:0 0 .6rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2;color:var(--mp-green)}.mp-section__lead{margin:0;color:var(--mp-muted);font-size:1rem;line-height:1.6}.mp-workflow{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.mp-workflow-card{display:flex;flex-direction:column;border:1px solid var(--mp-border);border-radius:var(--mp-radius);background:var(--mp-white);overflow:hidden;box-shadow:var(--mp-shadow)}.mp-workflow-card__media{aspect-ratio:16 / 10;overflow:hidden;background:var(--mp-green-soft)}.mp-workflow-card__img{width:100%;height:100%;object-fit:cover}.mp-workflow-card__body{flex:1;display:flex;flex-direction:column;padding:1.25rem 1.35rem 1.35rem}.mp-workflow-card__badge{align-self:flex-start;margin-bottom:.65rem;padding:.25rem .6rem;border-radius:6px;background:var(--mp-green-soft);color:var(--mp-green);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.mp-workflow-card__title{margin:0 0 .5rem;font-size:1.15rem;font-weight:700}.mp-workflow-card__text{margin:0 0 1rem;flex:1;color:var(--mp-muted);font-size:14px;line-height:1.55}.mp-workflow-card__list{margin:0;padding:0;list-style:none}.mp-workflow-card__list li{position:relative;padding-left:1.25rem;font-size:13px;line-height:1.45;color:var(--mp-ink)}.mp-workflow-card__list li+li{margin-top:.45rem}.mp-workflow-card__list li:before{content:"";position:absolute;left:0;top:.45em;width:6px;height:6px;border-radius:50%;background:var(--mp-green)}.mp-playbook{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.mp-steps{margin:0;padding:0;list-style:none;counter-reset:mp-step}.mp-steps__item{position:relative;padding-left:3rem;padding-bottom:1.35rem}.mp-steps__item:last-child{padding-bottom:0}.mp-steps__item:before{counter-increment:mp-step;content:counter(mp-step);position:absolute;left:0;top:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--mp-green);color:#fff;font-size:13px;font-weight:700}.mp-steps__item:not(:last-child):after{content:"";position:absolute;left:.95rem;top:2.25rem;bottom:.25rem;width:2px;background:var(--mp-green-mid)}.mp-steps__title{margin:0 0 .35rem;font-size:15px;font-weight:700}.mp-steps__text{margin:0;font-size:14px;line-height:1.55;color:var(--mp-muted)}.mp-callout{padding:1.35rem 1.5rem;border-radius:var(--mp-radius);border:1px solid var(--mp-green-mid);background:linear-gradient(135deg,#f4f8f2,#eef4eb)}.mp-callout__title{margin:0 0 .75rem;font-size:15px;font-weight:700;color:var(--mp-green)}.mp-callout__list{margin:0;padding:0;list-style:none}.mp-callout__list li{position:relative;padding-left:1.35rem;font-size:13px;line-height:1.5;color:var(--mp-ink)}.mp-callout__list li+li{margin-top:.5rem}.mp-callout__list li:before{content:"\2713";position:absolute;left:0;color:var(--mp-green);font-weight:700}.mp-feature{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:2rem;border:1px solid var(--mp-border);border-radius:var(--mp-radius);background:var(--mp-white);box-shadow:var(--mp-shadow)}.mp-feature__media{border-radius:10px;overflow:hidden;background:var(--mp-green-soft)}.mp-feature__img{display:block;width:100%;height:auto}.mp-feature__title{margin:0 0 .75rem;font-size:1.35rem;font-weight:700;color:var(--mp-green)}.mp-feature__text{margin:0 0 1rem;font-size:14px;line-height:1.6;color:var(--mp-muted)}.mp-feature__bullets{margin:0 0 1.25rem;padding:0;list-style:none}.mp-feature__bullets li{position:relative;padding-left:1.1rem;font-size:14px;line-height:1.5}.mp-feature__bullets li+li{margin-top:.4rem}.mp-feature__bullets li:before{content:"\2022";position:absolute;left:0;color:var(--mp-green);font-weight:700}.mp-feature__btn{display:inline-block;padding:.65rem 1.1rem;border-radius:8px;border:1px solid var(--mp-green);background:var(--mp-white);color:var(--mp-green)!important;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s ease}.mp-feature__btn:hover{background:var(--mp-green-soft)}.mp-tools{position:relative}.mp-tools__track{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.mp-tools__slide{min-width:0}.mp-tools__slide .mp-product-card{height:100%}@media(max-width:767px){.mp-tools{margin-right:-1.25rem}.mp-tools__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-right:1.25rem;padding-bottom:.25rem}.mp-tools__track::-webkit-scrollbar{display:none}.mp-tools__slide{flex:0 0 min(85%,300px);scroll-snap-align:start}}.mp-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.mp-product-card{display:flex;flex-direction:column;border:1px solid var(--mp-border);border-radius:var(--mp-radius);background:var(--mp-white);overflow:hidden;box-shadow:var(--mp-shadow)}.mp-product-card__media{display:block;aspect-ratio:1;overflow:hidden;background:var(--mp-green-soft)}.mp-product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.mp-product-card__media:hover .mp-product-card__img{transform:scale(1.04)}.mp-product-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#eef4eb,#dce8d6)}.mp-product-card__body{flex:1;display:flex;flex-direction:column;padding:1.15rem 1.25rem 1.25rem}.mp-product-card__title{margin:0 0 .5rem;font-size:15px;font-weight:700;line-height:1.35}.mp-product-card__title a{color:inherit;text-decoration:none}.mp-product-card__title a:hover{color:var(--mp-green)}.mp-product-card__text{margin:0 0 .85rem;flex:1;font-size:13px;line-height:1.5;color:var(--mp-muted)}.mp-product-card__link{align-self:flex-start;font-size:12px;font-weight:700;color:var(--mp-green);text-decoration:underline}.mp-recipe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.mp-recipe-card{border-radius:var(--mp-radius);overflow:hidden;box-shadow:var(--mp-shadow)}.mp-recipe-card__link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.mp-recipe-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--mp-green-soft)}.mp-recipe-card__img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.mp-recipe-card__link:hover .mp-recipe-card__img{transform:scale(1.05)}.mp-recipe-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#6b9b4a,#1e5110)}.mp-recipe-card__tag{position:absolute;top:.75rem;left:.75rem;padding:.3rem .55rem;border-radius:6px;background:#ffffffeb;color:var(--mp-green);font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.mp-recipe-card__body{flex:1;padding:1.15rem 1.25rem 1.25rem;background:var(--mp-white);border:1px solid var(--mp-border);border-top:0;border-radius:0 0 var(--mp-radius) var(--mp-radius)}.mp-recipe-card__title{margin:0 0 .4rem;font-size:1.05rem;font-weight:700;line-height:1.3}.mp-recipe-card__text{margin:0 0 .75rem;font-size:13px;line-height:1.5;color:var(--mp-muted)}.mp-recipe-card__cta{font-size:12px;font-weight:700;color:var(--mp-green);text-decoration:underline}.mp-cta-band{padding:2.5rem 0 3.5rem;background:var(--mp-green);color:#fff}.mp-cta-band__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem}.mp-cta-band__title{margin:0 0 .35rem;font-size:1.35rem;font-weight:700}.mp-cta-band__text{margin:0;max-width:28rem;font-size:14px;line-height:1.5;opacity:.9}.mp-cta-band__actions{display:flex;flex-wrap:wrap;gap:.65rem}.mp-cta-band__btn{display:inline-block;padding:.7rem 1.15rem;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s ease,color .2s ease}.mp-cta-band__btn--primary{background:#fff;color:var(--mp-green)!important}.mp-cta-band__btn--primary:hover{background:var(--mp-green-soft)}.mp-cta-band__btn--ghost{border:1px solid rgba(255,255,255,.55);color:#fff!important}.mp-cta-band__btn--ghost:hover{background:#ffffff1f}@media(max-width:900px){.mp-workflow,.mp-playbook,.mp-feature,.mp-recipe-grid{grid-template-columns:1fr}.mp-hero{min-height:360px}.mp-cta-band__inner{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.mp-section{padding:2.5rem 0}.mp-feature{padding:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/62/assets/matcha-program.css.map */
