﻿:root{--color-ink: #2e2e2e;--color-black: #000;--color-white: #fff;--color-yellow: #fff854;--color-purple: #9c97e9;--color-cream: #fef8f0;--color-line: rgba(46, 46, 46, 0.35);--font-display: "new-spirit", serif;--font-body: "proxima-nova", "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--text-h1: clamp(2.125rem, 1.5rem + 2.2vw, 3.125rem);--text-h2: clamp(1.75rem, 1.35rem + 1.6vw, 2.5rem);--text-h3: clamp(1.25rem, 1.15rem + 0.46vw, 1.5625rem);--text-lead: clamp(1.25rem, 1.125rem + 0.56vw, 1.625rem);--text-body: clamp(1.0625rem, 1rem + 0.28vw, 1.25rem);--text-card: var(--text-body);--text-nav: clamp(1.125rem, 1.04rem + 0.37vw, 1.375rem);--text-button: clamp(1rem, 0.96rem + 0.19vw, 1.125rem);--text-promo: clamp(1.5rem, 1.36rem + 0.65vw, 1.9375rem);--text-small: 0.875rem;--leading: 1.273;--space-1: 0.5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2.5rem;--space-5: 4rem;--space-6: 6.5rem;--radius-s: 4px;--radius-m: 8px;--shadow-drawer: -12px 0 40px rgba(0, 0, 0, 0.16);--container: 80rem;--gutter: clamp(1.25rem, 4vw, 5.25rem)}*,*::before,*::after{box-sizing:border-box}body{margin:0;font-family:var(--font-body);font-size:var(--text-body);font-weight:400;line-height:1.5;color:var(--color-ink);background:var(--color-white);-webkit-font-smoothing:antialiased}img,svg{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;line-height:var(--leading);color:var(--color-black);margin:0 0 var(--space-3)}h1{font-size:var(--text-h1)}h2{font-size:var(--text-h2)}h3{font-size:var(--text-h3)}p{margin:0 0 var(--space-2)}a{color:inherit;text-decoration:none}ul[role=list],ol[role=list]{list-style:none;margin:0;padding:0}.screen-reader-text{position:absolute !important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.skip-link{position:absolute;left:var(--space-2);top:-100px;z-index:100;background:var(--color-yellow);padding:var(--space-1) var(--space-2)}.skip-link:focus{top:var(--space-2)}.section{max-width:var(--container);margin-inline:auto;padding:var(--space-4) var(--gutter) var(--space-5)}@media(min-width: 48em){.section{padding-top:var(--space-5)}}.section__heading{text-align:center;margin-bottom:var(--space-5)}.section__more{text-align:center;margin-top:var(--space-4)}.link-underline{font-weight:700;border-bottom:2px solid currentColor;padding-bottom:2px}.card-grid{display:grid;gap:var(--space-4) var(--space-3);grid-template-columns:1fr}@media(min-width: 37.5em){.card-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 64em){.card-grid--3{grid-template-columns:repeat(3, 1fr)}.card-grid--4{grid-template-columns:repeat(4, 1fr)}}.prose>*{margin-block:0 var(--space-3)}.prose h2{margin-top:var(--space-5)}.prose--capped{max-width:46rem}.prose a:not(.wp-element-button){font-weight:700;text-decoration:underline}.btn{display:inline-block;font-family:var(--font-body);font-size:var(--text-button);font-weight:700;line-height:1.5;padding:.85em 1.9em;border:2px solid rgba(0,0,0,0);border-radius:var(--radius-s);cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.btn-primary{background:var(--color-yellow);color:var(--color-ink)}.btn-primary:hover,.btn-primary:focus-visible{background:var(--color-ink);color:var(--color-yellow)}.btn-outline{background:var(--color-yellow);color:var(--color-ink);border-color:var(--color-ink)}.btn-outline:hover,.btn-outline:focus-visible{background:var(--color-ink);color:var(--color-yellow)}.wp-block-button__link{font-family:var(--font-body);font-size:var(--text-button);font-weight:700;line-height:1.5;padding:.85em 1.9em;border:2px solid rgba(0,0,0,0);border-radius:var(--radius-s);background-color:var(--color-yellow);color:var(--color-ink);cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.wp-block-button__link:hover,.wp-block-button__link:focus-visible{background-color:var(--color-ink);color:var(--color-yellow)}.site-header{position:relative;z-index:20;background:var(--color-white)}@media(min-width: 48em){.site-header--overlay{position:absolute;inset:0 0 auto;background:rgba(0,0,0,0)}}.site-header__inner{max-width:var(--container);margin-inline:auto;padding:var(--space-3) var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.site-logo{display:grid;justify-items:end;gap:2px;flex-shrink:0}.site-logo__script{width:145px}.site-logo__cards{width:88px}.nav-toggle{display:inline-grid;gap:6px;padding:10px 6px;background:none;border:0;cursor:pointer;order:3}.nav-toggle__bar{width:26px;height:2px;background:currentColor;transition:transform .2s ease}[aria-expanded=true]>.nav-toggle__bar:first-child{transform:translateY(4px) rotate(45deg)}[aria-expanded=true]>.nav-toggle__bar:nth-child(2){transform:translateY(-4px) rotate(-45deg)}@media(min-width: 48em){.nav-toggle{display:none}}.nav-primary{position:absolute;inset:100% 0 auto;background:var(--color-white);padding:var(--space-2) var(--gutter) var(--space-4);display:none}body.nav-open .nav-primary{display:block}.nav-primary__list{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-2)}.nav-primary__list a{font-size:var(--text-nav);padding:.25em 0;border-bottom:2px solid rgba(0,0,0,0)}.nav-primary__list a:hover,.nav-primary__list a[aria-current=page]{border-bottom-color:currentColor}@media(min-width: 48em){.nav-primary{position:static;display:block;padding:0;background:none;margin-left:auto}.nav-primary__list{display:flex;gap:clamp(1.5rem,3vw,3rem)}}.cart-trigger{position:relative;display:inline-flex;align-items:center;background:none;border:0;padding:8px;cursor:pointer;color:inherit;margin-left:auto}@media(min-width: 48em){.cart-trigger{margin-left:0}}.cart-trigger__count{position:absolute;top:0;right:0;min-width:18px;height:18px;border-radius:9px;background:var(--color-yellow);color:var(--color-ink);font-size:.75rem;font-weight:700;line-height:18px;text-align:center;padding-inline:4px}.cart-trigger__count.is-empty{display:none}.site-footer{background:var(--color-cream);margin-top:var(--space-6)}.site-footer__inner{max-width:var(--container);margin-inline:auto;padding:var(--space-5) var(--gutter);position:relative}.site-footer__heading{margin-bottom:var(--space-4)}.site-footer__columns{display:grid;gap:var(--space-4);font-size:var(--text-h3)}@media(min-width: 48em){.site-footer__columns{grid-template-columns:repeat(3, minmax(0, 1fr));max-width:56rem}}.site-footer__contact,.site-footer__address{font-style:normal}.site-footer__contact a:hover,.site-footer__address a:hover{text-decoration:underline}.site-footer__social a{display:inline-flex;align-items:center;gap:.5em}.site-footer__social a:hover{text-decoration:underline}.site-footer__illustration{width:150px;margin-top:var(--space-4)}@media(min-width: 48em){.site-footer__illustration{position:absolute;right:var(--gutter);top:var(--space-4);width:199px;margin:0}}.site-footer__legal{max-width:var(--container);margin-inline:auto;padding:0 var(--gutter) var(--space-5);display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--space-3) var(--space-4);font-size:var(--text-body)}.site-footer__copyright{margin:0}.site-footer__nav-list{list-style:none;display:flex;flex-wrap:wrap;gap:var(--space-3) var(--space-4)}.site-footer__nav-list a:hover{text-decoration:underline}.download-card__media{display:block;aspect-ratio:1;overflow:hidden;border-radius:var(--radius-m);background:var(--color-cream);margin-bottom:var(--space-2)}.download-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.download-card__link:hover .download-card__media img{transform:scale(1.03)}.download-card__title{display:block;font-weight:700;font-size:var(--text-card);color:var(--color-black)}.download-card__price{display:block;font-size:var(--text-card)}.category-card__media{display:block;aspect-ratio:810/520;overflow:hidden;border-radius:var(--radius-m);background:var(--color-cream);margin-bottom:var(--space-2)}.category-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.category-card__link:hover .category-card__media img{transform:scale(1.03)}.category-card__title{display:block;text-align:center;font-weight:700;font-size:var(--text-card);color:var(--color-black)}.slide-cart-overlay{position:fixed;inset:0;z-index:40;background:rgba(0,0,0,.45);opacity:0;transition:opacity .25s ease}.slide-cart-overlay.is-open{opacity:1}.slide-cart{position:fixed;inset:0 0 0 auto;z-index:50;width:min(26rem,100vw);background:var(--color-white);box-shadow:var(--shadow-drawer);display:flex;flex-direction:column;transform:translateX(100%);visibility:hidden;transition:transform .25s ease,visibility 0s linear .25s}.slide-cart.is-open{transform:translateX(0);visibility:visible;transition:transform .25s ease}.slide-cart__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3);border-bottom:1px solid var(--color-line)}.slide-cart__header .slide-cart__heading{font-size:var(--text-h3);margin:0}.slide-cart__close{background:none;border:0;font-size:1.75rem;line-height:1;cursor:pointer;padding:.25rem .5rem}.slide-cart__body{flex:1;overflow-y:auto;padding:var(--space-3)}.slide-cart__empty{text-align:center;padding-block:var(--space-5)}.slide-cart__items{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-3)}.slide-cart__item{display:grid;grid-template-columns:64px 1fr auto;gap:var(--space-2);align-items:center}.slide-cart__item.is-removing{opacity:.4}.slide-cart__item-media img{width:64px;height:64px;object-fit:cover;border-radius:var(--radius-s);background:var(--color-cream)}.slide-cart__item-title{font-weight:700;display:block}.slide-cart__item-title:hover{text-decoration:underline}.slide-cart__item-remove{background:none;border:0;font-size:1.4rem;line-height:1;cursor:pointer;padding:.4rem;color:var(--color-ink)}.slide-cart__item-remove:hover{color:var(--color-black)}.slide-cart__footer{border-top:1px solid var(--color-line);padding:var(--space-3)}.slide-cart__footer .slide-cart__subtotal{display:flex;justify-content:space-between;font-weight:700;margin-bottom:var(--space-2)}.slide-cart__footer .slide-cart__checkout{display:block;text-align:center;width:100%}body.cart-open{overflow:hidden}.hero{display:flex;flex-direction:column;overflow:hidden}.hero__image{order:2;width:100%;aspect-ratio:3/2;object-fit:cover}.hero__content{order:1;text-align:center;padding:var(--space-2) var(--gutter) var(--space-4);max-width:62rem;margin-inline:auto}@media(min-width: 48em){.hero{position:relative;min-height:clamp(420px,56vw,810px);display:grid;place-items:start center}.hero__image{position:absolute;inset:0;height:100%;aspect-ratio:auto}.hero__content{position:relative;padding:clamp(6rem,12vw,9.5rem) var(--gutter) var(--space-5)}}.hero__heading{margin-bottom:var(--space-2)}.hero__sub{font-size:var(--text-lead);margin-bottom:var(--space-3)}.steps__grid{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-5) var(--space-4);text-align:center}@media(min-width: 37.5em){.steps__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 64em){.steps__grid{grid-template-columns:repeat(4, 1fr)}}.steps__illustration{height:124px;width:auto;margin-inline:auto;margin-bottom:var(--space-3)}.steps__title{font-size:var(--text-h3);margin-bottom:var(--space-1)}.steps__text{margin:0}.promo-banner{background:var(--color-yellow);display:grid;align-items:center}@media(min-width: 48em){.promo-banner{grid-template-columns:minmax(0, 5fr) minmax(0, 7fr);min-height:294px}}.promo-banner__content{padding:var(--space-4) var(--gutter)}.promo-banner__heading{font-size:var(--text-promo);margin-bottom:var(--space-2)}.promo-banner__text{margin-bottom:var(--space-3)}.promo-banner__image{width:100%;height:100%;max-height:420px;object-fit:cover}.subscription{background:var(--color-purple);display:grid;gap:var(--space-4);align-items:center;text-align:center;padding:var(--space-5) var(--gutter)}@media(min-width: 64em){.subscription{grid-template-columns:auto minmax(0, 1fr) auto;gap:var(--space-5);padding-inline:var(--space-6)}}.subscription__illustration{width:clamp(140px,16vw,212px);margin-inline:auto}.subscription__heading,.subscription__text{color:var(--color-black)}.subscription__text{font-size:var(--text-h3);max-width:36rem;margin-inline:auto}.subscription__form{width:100%;max-width:20rem;margin-inline:auto}.subscription__form form{display:grid;gap:var(--space-2);justify-items:center}.subscription__form input[type=email]{font:inherit;padding:.75em 1em;border:0;border-radius:var(--radius-s);min-width:min(18rem,80vw)}.subscription .mailpoet_form{width:auto !important;padding:0 !important;background:none !important;text-align:center !important}.subscription .mailpoet_paragraph,.subscription .mailpoet_form_paragraph,.subscription .mailpoet_message{width:100%;margin:0 !important;padding:0 !important;line-height:inherit !important}.subscription .mailpoet_text_label,.subscription .mailpoet_segment_label{color:var(--color-black);font-size:var(--text-small)}.subscription .mailpoet_text{font:inherit;color:var(--color-ink);width:100% !important;padding:.75em 1em !important;margin:0 !important;border:0 !important;border-radius:var(--radius-s) !important;box-sizing:border-box}.subscription .mailpoet_submit{font-family:var(--font-body) !important;font-size:var(--text-button) !important;font-weight:700 !important;line-height:1.5 !important;width:auto !important;padding:.85em 1.9em !important;margin:0 auto !important;background:var(--color-yellow) !important;color:var(--color-ink) !important;border:2px solid rgba(0,0,0,0) !important;border-radius:var(--radius-s) !important;cursor:pointer;transition:background-color .15s ease,color .15s ease}.subscription .mailpoet_submit:hover,.subscription .mailpoet_submit:focus-visible{background:var(--color-ink) !important;color:var(--color-yellow) !important}.subscription .mailpoet_form_paragraph{font-size:var(--text-small);color:var(--color-black);text-align:center !important}.subscription .mailpoet_form_paragraph a{color:inherit;text-decoration:underline;text-underline-offset:.2em}.subscription .mailpoet_message{font-size:var(--text-small);color:var(--color-black)}.subscription .mailpoet_message p{margin:0}.subscription .mailpoet_validate_success{font-weight:700}.subscription__notice{font-size:var(--text-small);margin:0}.steps .section__heading,.about-us .section__heading{margin-bottom:var(--space-3)}.about-us__intro,.steps__intro{font-family:var(--font-display);font-weight:300;font-size:var(--text-h3);text-align:center;max-width:46rem;margin:0 auto var(--space-6)}.about-us__grid{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-5) var(--space-4);text-align:center}@media(min-width: 37.5em){.about-us__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 64em){.about-us__grid{grid-template-columns:repeat(4, 1fr)}}.about-us__illustration{height:155px;width:auto;margin-inline:auto;margin-bottom:var(--space-3);object-fit:contain}.about-us__title{font-size:var(--text-h3);margin-bottom:var(--space-1)}.about-us__text{margin:0}.faq{background:var(--color-cream)}.faq__inner{max-width:var(--container);margin-inline:auto;padding:var(--space-6) var(--gutter);display:grid;gap:var(--space-4)}@media(min-width: 64em){.faq__inner{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr)}}.faq__heading{margin:0}.faq__item{border-bottom:1px solid var(--color-line)}.faq__item[open] .faq__marker::after{content:"–"}.faq__question{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-2);font-family:var(--font-mono);font-size:var(--text-nav);padding:var(--space-3) 0;cursor:pointer;list-style:none}.faq__question::-webkit-details-marker{display:none}.faq__marker::after{content:"+";font-family:var(--font-mono)}.faq__answer{padding-bottom:var(--space-3);max-width:44rem}.follow-us__grid{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-2);grid-template-columns:repeat(2, 1fr)}@media(min-width: 37.5em){.follow-us__grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 64em){.follow-us__grid{grid-template-columns:repeat(6, 1fr)}}.follow-us__tile{aspect-ratio:1;overflow:hidden;border-radius:var(--radius-s)}.follow-us__tile img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.follow-us__tile a:hover img{transform:scale(1.04)}.shop-landing__header{margin-bottom:var(--space-4)}.shop-landing__header .shop-landing__heading{margin-bottom:var(--space-1)}.shop-landing__header .shop-landing__sub{font-size:var(--text-lead);margin:0}.category-subnav{background:var(--category-strip, var(--color-cream))}.category-subnav__list{list-style:none;margin:0;padding:var(--space-2) var(--gutter);max-width:var(--container);margin-inline:auto;display:flex;gap:var(--space-3);overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}.category-subnav__list a{font-size:var(--text-nav);padding-bottom:2px;border-bottom:2px solid rgba(0,0,0,0)}.category-subnav__list a:hover{border-bottom-color:currentColor}.category-subnav__list a.is-active{font-weight:700;border-bottom-color:currentColor}.category-hero{background:var(--category-color, var(--color-cream));display:grid;grid-template-columns:minmax(0, 1fr);align-items:center;gap:var(--space-3);padding:var(--space-4) 0;text-align:center}@media(min-width: 48em){.category-hero{position:relative;height:min(18.4vw,265px);padding:0 var(--gutter)}}.category-hero__image{width:100%;height:auto}@media(min-width: 48em){.category-hero__image{position:absolute;top:0;height:100%;width:auto;max-width:33vw;object-fit:cover}}.category-hero__image--left{object-position:left center}@media(min-width: 48em){.category-hero__image--left{left:0}}.category-hero__image--right{object-position:right center}@media(min-width: 48em){.category-hero__image--right{right:0}}.category-hero__content{padding-inline:var(--gutter)}@media(min-width: 48em){.category-hero__content{padding-block:var(--space-3)}}.category-hero__heading{margin-bottom:var(--space-1)}.category-hero__description{font-size:clamp(1.125rem,1.04rem + .42vw,1.4375rem);margin:0;max-width:32rem;margin-inline:auto}@media(max-width: 48em){.category-hero__image--left{display:none}.category-hero:has(.category-hero__image--right){padding-bottom:0}}.product{max-width:var(--container);margin-inline:auto;padding:var(--space-4) var(--gutter) var(--space-6)}.product__layout{display:grid;gap:var(--space-4)}@media(min-width: 48em){.product__layout{grid-template-columns:minmax(0, 7fr) minmax(0, 5fr);gap:var(--space-5)}}.product__slides{position:relative;display:flex;margin:0 0 var(--space-2);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;border-radius:var(--radius-m);background:var(--color-cream);scrollbar-width:none}.product__slides::-webkit-scrollbar{display:none}.product__slides:focus-visible{outline:3px solid var(--color-ink);outline-offset:2px}.product__slide{flex:0 0 100%;margin:0;display:flex;align-items:center;scroll-snap-align:center}.product__slide-image{width:100%;cursor:zoom-in}.product__thumbs{display:grid;grid-template-columns:repeat(auto-fill, minmax(72px, 1fr));gap:var(--space-1)}.product__thumbs .product__thumb{padding:0;border:2px solid rgba(0,0,0,0);border-radius:var(--radius-s);background:none;cursor:pointer;overflow:hidden}.product__thumbs .product__thumb.is-active{border-color:var(--color-ink)}.product__thumbs .product__thumb img{aspect-ratio:1;object-fit:cover}.product__breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-1)}.product__breadcrumb-sep{color:var(--color-ink);opacity:.4}.product__category{font-size:var(--text-small);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.product__category:hover{text-decoration:underline}.product__title{margin:var(--space-1) 0 var(--space-2)}.product__price{font-size:var(--text-h3);margin-bottom:var(--space-3)}.product__purchase{margin-top:var(--space-3)}.product__purchase .edd_purchase_submit_wrapper{display:block}.product__purchase .btn,.product__purchase a.edd-add-to-cart,.product__purchase input[type=submit]{width:100%;text-align:center}.product__purchase .edd-submit.button,.product__purchase .edd-submit{background:var(--color-yellow);color:var(--color-ink);border:2px solid rgba(0,0,0,0);border-radius:var(--radius-s);font-family:var(--font-body);font-size:var(--text-button);font-weight:700;padding:.85em 1.9em}.product__purchase .edd-submit.button:hover,.product__purchase .edd-submit.button:focus-visible,.product__purchase .edd-submit:hover,.product__purchase .edd-submit:focus-visible{background:var(--color-ink);color:var(--color-yellow)}.product__purchase .edd-cart-ajax-alert{display:block;margin-top:var(--space-2);text-align:center}.product__purchase .edd-cart-added-alert .edd-icon-check{display:inline-block;vertical-align:middle;width:1.1em;height:1.1em;margin-right:.3em}.product{padding-bottom:var(--space-4)}.product-files{background:var(--files-bg, var(--color-cream))}.product-files__inner{max-width:var(--container);margin-inline:auto;padding:var(--space-5) var(--gutter);display:grid;gap:var(--space-4);align-items:center}@media(min-width: 48em){.product-files__inner{grid-template-columns:minmax(0, 1fr) minmax(0, 420px);gap:var(--space-5)}}.product-files__heading{font-size:var(--text-h3);margin-bottom:var(--space-3)}.product-files__text>*{margin-block:0 var(--space-2)}.product-files__text>:last-child{margin-bottom:0}.product-files__media{margin:0}.product-files__media img{width:100%;border-radius:var(--radius-m)}.benefits__grid{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-5) var(--space-4);text-align:center}@media(min-width: 37.5em){.benefits__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 64em){.benefits__grid{grid-template-columns:repeat(4, 1fr)}}.benefits__icon{height:72px;width:auto;margin:0 auto var(--space-3)}.benefits__title{font-size:var(--text-h3);margin-bottom:var(--space-1)}.benefits__text{margin:0}.how-it-works__inner{display:grid;gap:var(--space-4);align-items:center}@media(min-width: 48em){.how-it-works__inner{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);gap:var(--space-5)}}.how-it-works__heading{font-size:var(--text-h2);margin-bottom:var(--space-3)}.how-it-works__list{margin:0;padding-left:1.4em;display:grid;gap:var(--space-2);font-size:var(--text-body)}.how-it-works__list li{padding-left:var(--space-1)}.how-it-works__video{display:grid;place-items:center;width:100%;padding:0;border:0;cursor:pointer;background-color:#f5f5f5;background-size:cover;background-position:center;border-radius:var(--radius-m);aspect-ratio:547/322;overflow:hidden}.how-it-works__video:focus-visible{outline:3px solid var(--color-ink);outline-offset:2px}.how-it-works__play{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;color:var(--color-ink);background:var(--color-yellow);box-shadow:0 4px 16px rgba(0,0,0,.25);transition:transform .15s ease,background-color .15s ease}.how-it-works__play svg{width:28px;height:28px;margin-left:3px}.how-it-works__video:hover .how-it-works__play,.how-it-works__video:focus-visible .how-it-works__play{transform:scale(1.08)}.video-modal{border:0;padding:0;width:min(92vw,1100px);background:rgba(0,0,0,0)}.video-modal::backdrop{background:rgba(0,0,0,.7)}.video-modal__player{display:block;width:100%;height:auto;aspect-ratio:16/9;border-radius:var(--radius-m);background:#000}.video-modal__close{position:absolute;top:.5rem;right:.5rem;z-index:1;width:2.25rem;height:2.25rem;border:0;border-radius:50%;font-size:1.25rem;line-height:1;cursor:pointer;background:var(--color-white)}.category-promo__inner{max-width:var(--container);margin-inline:auto;padding:var(--space-5) var(--gutter);display:grid;gap:var(--space-4);align-items:center}@media(min-width: 48em){.category-promo__inner{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);gap:var(--space-5)}}.category-promo__media{margin:0}.category-promo__media img{width:100%;border-radius:var(--radius-m);object-fit:cover}.category-promo__heading{font-size:var(--text-h2);margin-bottom:var(--space-2)}.category-promo__text{font-size:var(--text-body);max-width:34rem;margin-bottom:var(--space-3)}.category-promo__cta{display:inline-block}.lightbox{border:0;padding:0;background:rgba(0,0,0,0);width:fit-content;max-width:min(92vw,1100px);max-height:92vh;max-height:92dvh;overflow:hidden}.lightbox::backdrop{background:rgba(0,0,0,.7)}.lightbox__image{width:auto;height:auto;max-width:100%;max-height:92vh;max-height:92dvh;border-radius:var(--radius-m)}.lightbox__close{position:absolute;top:.5rem;right:.5rem;z-index:1;background:var(--color-white);border:0;border-radius:50%;width:2.25rem;height:2.25rem;font-size:1.25rem;cursor:pointer}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:1;display:flex;align-items:center;justify-content:center;background:var(--color-white);border:0;border-radius:50%;width:2.75rem;height:2.75rem;font-size:2rem;line-height:1;padding-bottom:.15em;color:var(--color-ink);cursor:pointer}.lightbox__nav--prev{left:.5rem}.lightbox__nav--next{right:.5rem}.lightbox__counter{position:absolute;bottom:.5rem;left:50%;transform:translateX(-50%);z-index:1;margin:0;padding:.25em .9em;border-radius:var(--radius-s);background:rgba(0,0,0,.55);color:var(--color-white);font-size:var(--text-small)}#edd_checkout_form_wrap legend,#edd_checkout_form_wrap .edd-payment-mode-label{font-family:var(--font-display);font-weight:500}#edd_checkout_form_wrap input[type=text],#edd_checkout_form_wrap input[type=email],#edd_checkout_form_wrap input[type=tel],#edd_checkout_form_wrap select{font:inherit;padding:.6em .8em;border:1px solid var(--color-line);border-radius:var(--radius-s)}#edd_checkout_form_wrap .edd-submit,#edd_checkout_form_wrap #edd-purchase-button{display:inline-block;font-family:var(--font-body);font-size:var(--text-button);font-weight:700;padding:.85em 1.9em;border:2px solid rgba(0,0,0,0);border-radius:var(--radius-s);background:var(--color-yellow);color:var(--color-ink);cursor:pointer}
