@import"https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Fraunces:ital,opsz,wght@0,9..144,300..900;1,9..144,300..900&family=DM+Sans:opsz,wght@9..40,300..700&display=swap";:root{--paper: #FAF6EE;--paper-soft: #F2EDDF;--moss-bg: #E8EBD8;--forest: #1F3D2E;--forest-soft: #3A5A47;--matcha: #8FAE6A;--matcha-deep: #6B8A48;--gold: #C6A95A;--gold-deep: #A88C3F;--ink: #2A2A28;--ink-soft: #6B6B65;--line: #D9D2BF;--header-height: 56px}.matcha-lp *{box-sizing:border-box}.matcha-lp{font-family:DM Sans,sans-serif;color:var(--ink)}.matcha-lp .hero{padding:36px 24px 28px;text-align:center;background:var(--paper);border-bottom:1px solid var(--line)}.matcha-lp .hero-eyebrow{font-size:11px;letter-spacing:.35em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:14px;font-weight:500}.matcha-lp .hero-headline{font-family:Fraunces,serif;font-weight:400;font-size:38px;line-height:1.05;color:var(--forest);margin-bottom:8px;letter-spacing:-.01em;font-variation-settings:"opsz" 144,"SOFT" 50}.matcha-lp .hero-headline em,.matcha-lp .hero-headline .accent{font-family:Cardo,Fraunces,serif;font-style:italic;color:var(--gold-deep);font-weight:400}.matcha-lp .hero-rule{width:40px;height:1px;background:var(--gold-deep);opacity:.55;margin:18px auto}.matcha-lp .hero-tagline{font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:14px;font-weight:500}.matcha-lp .hero-sub{font-size:15px;color:var(--ink-soft);max-width:320px;margin:0 auto 22px;line-height:1.5;font-style:italic}.matcha-lp .hero-image-wrap{width:100%;height:280px;border-radius:4px;margin-bottom:22px;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--matcha) 0%,var(--forest) 100%)}.matcha-lp .hero-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.matcha-lp .hero-cta{display:inline-block;padding:14px 36px;background:var(--forest);color:var(--paper);font-family:inherit;font-size:13px;letter-spacing:.12em;text-transform:uppercase;font-weight:500;text-decoration:none;border-radius:2px}.matcha-lp .hero-secondary{display:block;margin-top:14px;font-size:13px;color:var(--ink-soft);text-decoration:underline;text-decoration-color:var(--line);text-underline-offset:4px}.matcha-lp .pill-nav{position:sticky;top:var(--header-height);z-index:80;background:var(--paper);border-bottom:1px solid var(--line);padding:10px 14px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.matcha-lp .pill-nav::-webkit-scrollbar{display:none}.matcha-lp .pill-row{display:flex;gap:8px;white-space:nowrap}.matcha-lp .pill{padding:8px 16px;border:1px solid var(--line);background:var(--paper);color:var(--forest);font-family:inherit;font-size:12px;font-weight:500;border-radius:100px;cursor:pointer;text-decoration:none;letter-spacing:.01em}.matcha-lp .pill:hover,.matcha-lp .pill.active{background:var(--forest);color:var(--paper);border-color:var(--forest)}.matcha-lp .section{padding:36px 20px 32px;border-bottom:1px solid var(--line)}.matcha-lp .section-alt{background:var(--paper-soft)}.matcha-lp .section-eyebrow{font-size:10px;letter-spacing:.35em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:8px;font-weight:500}.matcha-lp .section-rule{width:32px;height:1px;background:var(--gold-deep);opacity:.5;margin-bottom:14px}.matcha-lp .section-title{font-family:Fraunces,serif;font-weight:400;font-size:26px;line-height:1.1;color:var(--forest);margin-bottom:8px;letter-spacing:-.005em}.matcha-lp .section-title em,.matcha-lp .section-title .accent,.matcha-lp .quiz-title em,.matcha-lp .quiz-title .accent{font-family:Cardo,Fraunces,serif;font-style:italic;color:var(--gold-deep);font-weight:400}.matcha-lp .section-copy{font-size:14px;color:var(--ink-soft);margin-bottom:22px;max-width:340px}.matcha-lp .product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.matcha-lp .product-grid>:nth-child(odd):last-child{grid-column:span 2;max-width:calc(50% - 6px)}.matcha-lp .product-carousel{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 0}.matcha-lp .product-carousel::-webkit-scrollbar{display:none}.matcha-lp .product-carousel .product-card,.matcha-lp .product-carousel .recipe-card{flex:0 0 calc(50% - 6px);scroll-snap-align:start}.matcha-lp .carousel-dots{display:flex;justify-content:center;gap:6px;margin-top:18px;padding:0}.matcha-lp .carousel-dot{width:6px;height:6px;border-radius:50%;background:var(--line);border:none;padding:0;cursor:pointer;transition:all .25s ease;flex-shrink:0}.matcha-lp .carousel-dot.active{background:var(--forest);width:20px;border-radius:3px}.matcha-lp .product-card{background:var(--paper);border:1px solid var(--line);border-radius:4px;overflow:hidden;position:relative;display:flex;flex-direction:column}.matcha-lp .product-card.featured{border:1.5px solid var(--forest)}.matcha-lp .product-card.featured:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold-deep),var(--gold),var(--gold-deep),transparent);z-index:3}.matcha-lp .section-alt .product-card{background:var(--paper)}.matcha-lp .product-image{width:100%;aspect-ratio:1 / 1;background:radial-gradient(circle at 30% 30%,var(--moss-bg) 0%,var(--paper-soft) 100%);position:relative;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line);overflow:hidden}.matcha-lp .product-image img{width:88%;height:88%;object-fit:contain;display:block}.matcha-lp .product-info{padding:12px 12px 14px;display:flex;flex-direction:column;flex:1;gap:6px}.matcha-lp .product-name{font-family:Fraunces,serif;font-weight:500;font-size:14px;line-height:1.2;color:var(--forest)}.matcha-lp .product-eyebrow{align-self:flex-start;padding:3px 9px 2px;font-size:8.5px;letter-spacing:.22em;text-transform:uppercase;font-weight:600;font-family:DM Sans,sans-serif;color:var(--gold-deep);background:#c6a95a14;border:1px solid rgba(198,169,90,.35);position:relative;line-height:1.4;margin-bottom:2px}.matcha-lp .product-eyebrow .sep{opacity:.5;margin:0 2px}.matcha-lp .product-eyebrow:before,.matcha-lp .product-eyebrow:after{content:"";position:absolute;width:4px;height:4px;border-color:var(--gold-deep);border-style:solid}.matcha-lp .product-eyebrow:before{top:-1px;left:-1px;border-width:1px 0 0 1px}.matcha-lp .product-eyebrow:after{bottom:-1px;right:-1px;border-width:0 1px 1px 0}.matcha-lp .klaviyo-star-rating-widget{display:inline-flex;align-items:center;gap:5px;min-height:16px}.matcha-lp .kl-stars-fallback{display:inline-flex;align-items:center;gap:5px;font-size:12px}.matcha-lp .kl-stars-fallback .kl-stars{color:var(--gold);letter-spacing:.08em;font-size:12px}.matcha-lp .kl-stars-fallback .kl-count{color:var(--ink-soft);font-size:10px}.matcha-lp .product-bullets{list-style:none;padding:0;margin:4px 0 0;font-size:11.5px;color:var(--ink);line-height:1.4}.matcha-lp .product-bullets li{position:relative;padding-left:12px;margin-bottom:2px}.matcha-lp .product-bullets li:before{content:"";position:absolute;left:0;top:7px;width:4px;height:4px;background:var(--matcha-deep);border-radius:50%}.matcha-lp .product-size{font-size:10.5px;color:var(--ink-soft);letter-spacing:.02em;margin-top:4px}.matcha-lp .product-foot{margin-top:auto;padding-top:10px;display:flex;flex-direction:column;gap:8px}.matcha-lp .product-foot form{margin:0}.matcha-lp .product-price{font-family:Fraunces,serif;font-weight:500;font-size:16px;color:var(--forest)}.matcha-lp .product-cta{width:100%;padding:9px 10px;background:var(--forest);color:var(--paper);border:none;font-family:inherit;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;font-weight:500;border-radius:2px;cursor:pointer}.matcha-lp .product-cta[disabled]{background:var(--ink-soft);cursor:not-allowed;opacity:.7}.matcha-lp .badges{position:absolute;top:8px;left:8px;right:8px;display:flex;flex-direction:column;gap:4px;z-index:2;pointer-events:none}.matcha-lp .badge{align-self:flex-start;padding:3px 8px;font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:2px}.matcha-lp .badge-popular{background:var(--forest);color:var(--paper)}.matcha-lp .badge-value{background:var(--gold);color:#2a2010}.matcha-lp .badge-easy{background:var(--paper);color:var(--forest);border:1px solid var(--forest)}.matcha-lp .badge-new{background:var(--matcha-deep);color:var(--paper)}.matcha-lp .product-image-fallback{width:78%;height:78%;border-radius:6px;display:flex;align-items:center;justify-content:center;font-family:Fraunces,serif;font-size:11px;line-height:1.3;color:#ffffffeb;text-align:center;padding:10px;letter-spacing:.02em;box-shadow:0 4px 12px #1f3d2e26;background:linear-gradient(170deg,var(--matcha) 0%,var(--forest) 100%)}.matcha-lp .accessories{padding:24px 0 28px;background:var(--moss-bg);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.matcha-lp .accessories-header{padding:0 20px 14px}.matcha-lp .accessories-eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-deep);font-weight:500;margin-bottom:6px}.matcha-lp .accessories-title{font-family:Fraunces,serif;font-weight:400;font-size:20px;color:var(--forest);margin-bottom:2px}.matcha-lp .accessories-copy{font-size:13px;color:var(--ink-soft)}.matcha-lp .accessories-scroll{display:flex;gap:10px;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.matcha-lp .accessories-scroll::-webkit-scrollbar{display:none}.matcha-lp .acc-card{flex:0 0 128px;background:var(--paper);border-radius:4px;padding:10px;text-align:center;border:1px solid var(--line);text-decoration:none;color:inherit;display:block}.matcha-lp .acc-img{width:100%;aspect-ratio:1;background:var(--paper-soft);border-radius:4px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.matcha-lp .acc-img img{width:90%;height:90%;object-fit:contain;display:block}.matcha-lp .acc-name{font-family:Fraunces,serif;font-size:12px;color:var(--forest);font-weight:500;margin-bottom:3px;line-height:1.2}.matcha-lp .acc-price{font-size:11px;color:var(--ink-soft);font-weight:500}.matcha-lp .recipe-card{background:var(--paper);border:1px solid var(--line);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer}.matcha-lp .recipe-image{width:100%;aspect-ratio:4 / 3;background:linear-gradient(135deg,var(--moss-bg) 0%,var(--paper-soft) 100%);position:relative;overflow:hidden}.matcha-lp .recipe-image img{width:100%;height:100%;object-fit:cover;display:block}.matcha-lp .recipe-info{padding:12px 12px 14px;display:flex;flex-direction:column;flex:1;gap:6px}.matcha-lp .recipe-meta{display:flex;gap:10px;font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-deep);font-weight:600}.matcha-lp .recipe-meta .dot{opacity:.4}.matcha-lp .recipe-name{font-family:Fraunces,serif;font-weight:500;font-size:15px;line-height:1.2;color:var(--forest);margin:2px 0 4px}.matcha-lp .recipe-desc{font-size:12px;color:var(--ink-soft);line-height:1.4}.matcha-lp .recipe-link{margin-top:auto;padding-top:8px;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-deep);font-weight:600}.matcha-lp .recipe-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:none;align-items:flex-end;justify-content:center}.matcha-lp .recipe-modal.is-open{display:flex}.matcha-lp .recipe-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1f3d2e99;animation:matchaLpFadeIn .25s ease}@keyframes matchaLpFadeIn{0%{opacity:0}to{opacity:1}}.matcha-lp .recipe-modal-dialog{position:relative;background:var(--paper);width:100%;max-width:440px;max-height:94vh;display:flex;flex-direction:column;border-radius:12px 12px 0 0;overflow:hidden;box-shadow:0 -20px 60px #0003;animation:matchaLpSlideUp .3s cubic-bezier(.2,.8,.3,1)}@keyframes matchaLpSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.matcha-lp .recipe-modal-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid var(--line);background:var(--paper);flex-shrink:0}.matcha-lp .recipe-modal-close{background:transparent;border:none;cursor:pointer;font-family:inherit;font-size:24px;font-weight:300;line-height:1;color:var(--forest);padding:6px 10px}.matcha-lp .recipe-modal-print{background:transparent;border:1px solid var(--gold-deep);border-radius:2px;cursor:pointer;font-family:inherit;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--gold-deep);padding:7px 14px}.matcha-lp .recipe-modal-print:hover{background:#c6a95a14}.matcha-lp .recipe-modal-content{overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}body.matcha-modal-open{overflow:hidden}.matcha-lp .recipe-detail-image{width:100%;aspect-ratio:16 / 10;background:var(--moss-bg);overflow:hidden}.matcha-lp .recipe-detail-image img{width:100%;height:100%;object-fit:cover;display:block}.matcha-lp .recipe-detail-body{padding:24px 22px 28px}.matcha-lp .recipe-detail-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep);font-weight:600;margin-bottom:8px}.matcha-lp .recipe-detail-meta .dot{opacity:.4}.matcha-lp .recipe-detail-title{font-family:Fraunces,serif;font-weight:400;font-size:28px;line-height:1.1;color:var(--forest);margin-bottom:10px;letter-spacing:-.005em}.matcha-lp .recipe-detail-intro{font-family:Cardo,Fraunces,serif;font-style:italic;font-size:15px;line-height:1.5;color:var(--ink-soft);margin-bottom:24px}.matcha-lp .recipe-detail-section{margin-bottom:22px}.matcha-lp .recipe-detail-section-title{font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-deep);font-weight:600;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--line)}.matcha-lp .recipe-detail-list{list-style:none;padding:0;margin:0}.matcha-lp .recipe-detail-list li{position:relative;padding-left:16px;margin-bottom:6px;font-size:13.5px;line-height:1.5;color:var(--ink)}.matcha-lp .recipe-detail-list li:before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;background:var(--matcha-deep);border-radius:50%}.matcha-lp .recipe-detail-steps{list-style:none;padding:0;margin:0;counter-reset:step-counter}.matcha-lp .recipe-detail-steps li{position:relative;padding-left:30px;margin-bottom:12px;font-size:13.5px;line-height:1.55;color:var(--ink);counter-increment:step-counter}.matcha-lp .recipe-detail-steps li:before{content:counter(step-counter);position:absolute;left:0;top:1px;width:20px;height:20px;background:var(--forest);color:var(--paper);border-radius:50%;font-family:Fraunces,serif;font-size:11px;font-weight:500;display:flex;align-items:center;justify-content:center;line-height:1}.matcha-lp .recipe-detail-tip{background:var(--moss-bg);border-left:3px solid var(--matcha);padding:12px 14px;font-style:italic;font-size:13px;line-height:1.5;color:var(--forest)}.matcha-lp .recipe-detail-tip-label{font-style:normal;text-transform:uppercase;letter-spacing:.18em;font-size:9.5px;font-weight:600;color:var(--gold-deep);margin-bottom:4px}.matcha-lp .recipe-detail-brand{margin-top:28px;padding-top:16px;border-top:1px solid var(--line);text-align:center;font-family:Cardo,serif;font-style:italic;font-size:12px;color:var(--ink-soft)}.matcha-lp .recipe-sources{display:none!important}.matcha-lp .compare-table{background:var(--paper);border:1px solid var(--line);border-radius:4px;overflow:hidden}.matcha-lp .compare-row{display:grid;grid-template-columns:1fr 1.4fr;padding:13px 14px;font-size:13px;border-bottom:1px solid var(--line);gap:12px}.matcha-lp .compare-row:last-child{border-bottom:none}.matcha-lp .compare-row.head{background:var(--forest);color:var(--paper);font-family:Fraunces,serif;font-size:12px;letter-spacing:.06em;text-transform:uppercase}.matcha-lp .compare-type{font-family:Fraunces,serif;font-weight:500;color:var(--forest)}.matcha-lp .compare-row:not(.head) .compare-use{color:var(--ink-soft)}.matcha-lp .reviews{display:flex;flex-direction:column;gap:12px}.matcha-lp .review-card{background:var(--paper);border-left:3px solid var(--matcha);padding:12px 14px}.matcha-lp .review-quote{font-family:Fraunces,serif;font-size:15px;font-style:italic;color:var(--forest);margin-bottom:6px;line-height:1.35}.matcha-lp .review-author{font-size:11px;color:var(--ink-soft);letter-spacing:.06em;text-transform:uppercase}.matcha-lp .review-stars{color:var(--gold);font-size:12px;letter-spacing:.1em;margin-bottom:4px}.matcha-lp .faq-list{background:var(--paper);border:1px solid var(--line);border-radius:4px;overflow:hidden}.matcha-lp .faq-item{border-bottom:1px solid var(--line)}.matcha-lp .faq-item:last-child{border-bottom:none}.matcha-lp .faq-q{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:16px;background:transparent;border:none;cursor:pointer;font-family:Fraunces,serif;font-size:14px;font-weight:500;color:var(--forest);text-align:left;line-height:1.3}.matcha-lp .faq-q:after{content:"+";flex:0 0 auto;color:var(--gold-deep);font-size:20px;font-weight:300;line-height:1;transition:transform .2s ease}.matcha-lp .faq-item.is-open .faq-q:after{content:"\e2\2c6\2019"}.matcha-lp .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;font-size:13px;color:var(--ink);line-height:1.55}.matcha-lp .faq-item.is-open .faq-a{max-height:500px}.matcha-lp .faq-a-inner{padding:0 16px 16px}.matcha-lp .faq-a-inner p{margin:0 0 8px}.matcha-lp .faq-a-inner p:last-child{margin-bottom:0}.matcha-lp .faq-a-inner a{color:var(--gold-deep);text-decoration:underline;text-underline-offset:2px}.matcha-lp .quiz-block{background:var(--forest);color:var(--paper);padding:36px 20px;text-align:center}.matcha-lp .quiz-eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:10px;font-weight:500}.matcha-lp .quiz-title{font-family:Fraunces,serif;font-size:24px;font-weight:400;margin-bottom:10px;line-height:1.15}.matcha-lp .quiz-copy{font-size:14px;color:#faf6eebf;margin-bottom:20px;max-width:320px;margin-left:auto;margin-right:auto}.matcha-lp .quiz-cta{display:inline-block;padding:13px 28px;background:var(--gold);color:#2a2010;font-family:inherit;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;text-decoration:none;border-radius:2px}.matcha-lp .quiz-secondary{display:block;margin-top:12px;font-size:12px;color:#faf6ee99;text-decoration:underline;text-decoration-color:#faf6ee4d;text-underline-offset:4px}.matcha-lp .footer-mark{padding:32px 20px 36px;text-align:center;background:var(--paper);border-top:1px solid var(--line)}.matcha-lp .footer-ornament{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:16px}.matcha-lp .footer-ornament:before,.matcha-lp .footer-ornament:after{content:"";flex:0 0 40px;height:1px;background:var(--gold-deep);opacity:.45}.matcha-lp .footer-ornament-mark{font-family:Cardo,serif;color:var(--gold-deep);font-size:16px;letter-spacing:.4em;font-style:italic}.matcha-lp .footer-est{font-size:10px;letter-spacing:.4em;text-transform:uppercase;color:var(--gold-deep);font-weight:500;margin-bottom:12px}.matcha-lp .footer-mark-text{font-family:Cardo,Fraunces,serif;font-style:italic;font-size:13px;color:var(--ink-soft);max-width:280px;margin:0 auto;line-height:1.5}@media(min-width:720px){.matcha-lp .hero,.matcha-lp .section,.matcha-lp .quiz-block,.matcha-lp .footer-mark{padding:56px 32px 48px}.matcha-lp .hero>*,.matcha-lp .section>*,.matcha-lp .quiz-block>*,.matcha-lp .footer-mark>*{max-width:1200px;margin-left:auto;margin-right:auto}.matcha-lp .accessories-header,.matcha-lp .accessories-scroll{max-width:1200px;margin-left:auto;margin-right:auto}.matcha-lp .hero-image-wrap{max-width:560px;height:360px}.matcha-lp .hero-sub{max-width:480px}.matcha-lp .product-carousel{display:grid;grid-template-columns:repeat(3,1fr);overflow:visible;gap:20px;padding:4px 0;max-width:1200px;margin:0 auto}.matcha-lp .product-carousel .product-card,.matcha-lp .product-carousel .recipe-card{flex:none;width:auto}.matcha-lp .carousel-dots{display:none}.matcha-lp .product-grid{grid-template-columns:repeat(2,minmax(0,340px));justify-content:center;gap:20px;max-width:1200px;margin:0 auto}.matcha-lp .acc-card{flex:0 0 180px;padding:14px}}@media(min-width:1100px){.matcha-lp .product-carousel{grid-template-columns:repeat(4,1fr)}}@media(min-width:480px){.matcha-lp .hero-headline{font-size:clamp(38px,4.5vw,56px)}.matcha-lp .hero-sub{font-size:clamp(15px,1.4vw,18px)}.matcha-lp .section-title{font-size:clamp(26px,2.6vw,36px)}.matcha-lp .section-copy{font-size:clamp(14px,1.2vw,16px);max-width:480px}.matcha-lp .product-name{font-size:clamp(14px,1.15vw,17px)}.matcha-lp .product-bullets,.matcha-lp .product-bullets li{font-size:clamp(12.5px,1.05vw,14.5px)}.matcha-lp .product-size{font-size:clamp(11px,.9vw,12.5px)}.matcha-lp .product-cta{font-size:clamp(11.5px,1vw,13.5px);padding:clamp(11px,1.1vw,14px) 10px}.matcha-lp .product-price{font-size:clamp(16px,1.4vw,20px)}.matcha-lp .product-eyebrow{font-size:clamp(8.5px,.78vw,10px)}.matcha-lp .recipe-name{font-size:clamp(15px,1.2vw,18px)}.matcha-lp .recipe-desc{font-size:clamp(12px,1vw,14px)}.matcha-lp .quiz-title{font-size:clamp(24px,2.4vw,34px)}}@media print{body *{visibility:hidden}.matcha-lp .recipe-modal,.matcha-lp .recipe-modal *{visibility:visible}.matcha-lp .recipe-modal{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;display:block!important;align-items:initial}.matcha-lp .recipe-modal-overlay,.matcha-lp .recipe-modal-header{display:none!important}.matcha-lp .recipe-modal-dialog{box-shadow:none;border-radius:0;max-width:100%;max-height:none;animation:none}.matcha-lp .recipe-modal-content{overflow:visible}.matcha-lp .recipe-detail-image{aspect-ratio:auto;max-height:240px}.matcha-lp .recipe-detail-image img{max-height:240px}.matcha-lp .recipe-detail-section,.matcha-lp .recipe-detail-steps li,.matcha-lp .recipe-detail-list li{page-break-inside:avoid}}
/*# sourceMappingURL=/cdn/shop/t/383/assets/matcha-lp.css.map */
