:root{--cma-radius:0;--cma-measure:72rem}.cma-section{--cma-ink:rgb(var(--color-foreground));--cma-paper:rgb(var(--color-background));--cma-line:rgba(var(--color-foreground),.18);--cma-muted:rgba(var(--color-foreground),.66);background:var(--cma-paper);color:var(--cma-ink);padding:var(--cma-pad-top,6rem) max(1.5rem,calc((100vw - var(--cma-measure))/2)) var(--cma-pad-bottom,6rem)}.cma-section__intro{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:var(--cma-content-gap,3rem);align-items:start;margin-bottom:var(--cma-content-gap,3rem)}.cma-kicker{font:600 .78rem/1.35 var(--font-body-family);letter-spacing:.14em;text-transform:uppercase;margin:0 0 1.5rem}.cma-display,.cma-title{font-family:var(--font-heading-family);font-weight:400;letter-spacing:-.045em;line-height:var(--cma-heading-leading,1);margin:0}.cma-display{font-size:calc(clamp(3.5rem,9vw,8.5rem)*var(--cma-heading-scale,1));max-width:11ch}.cma-title{font-size:calc(clamp(2.7rem,6vw,5.8rem)*var(--cma-heading-scale,1))}.cma-lede{font-size:1.35rem;line-height:var(--cma-body-leading,1.55);max-width:var(--cma-text-width,38rem);margin:var(--cma-content-gap,2rem) 0}.cma-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:var(--cma-content-gap,2rem)}.cma-button{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:.8rem 1.2rem;border:1px solid rgb(var(--color-button));border-radius:var(--cma-radius);background:rgb(var(--color-button));color:rgb(var(--color-button-text));text-decoration:none;font-weight:600}.cma-button--ghost{background:transparent;color:var(--cma-ink);border-color:var(--cma-ink)}.cma-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--cma-content-gap,1rem)}.cma-path{grid-column:span 4;border-top:1px solid var(--cma-ink);padding:1.5rem 0 3rem;display:flex;flex-direction:column;min-height:18rem}.cma-path__number{color:var(--cma-muted);font-size:.8rem}.cma-path h3{font-size:clamp(1.6rem,2.5vw,2.5rem);line-height:1.08;margin:2rem 0 1rem}.cma-path p,.cma-evidence p{line-height:var(--cma-body-leading,1.55)}.cma-path a{color:inherit;margin-top:auto;text-underline-offset:.3em}.cma-split{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:var(--cma-content-gap,4rem);align-items:start}.cma-facts{margin:0;padding:0;list-style:none}.cma-facts li{display:grid;grid-template-columns:8rem 1fr;gap:1rem;border-top:1px solid var(--cma-line);padding:1.25rem 0;line-height:var(--cma-body-leading,1.55)}.cma-evidence{grid-column:span 4;border:1px solid var(--cma-line);border-radius:var(--cma-radius);padding:1.5rem;min-height:15rem}.cma-evidence h3{font-size:1.75rem;line-height:1.12;margin:.75rem 0 1rem}.cma-chooser{text-align:center}.cma-chooser .cma-title{max-width:13ch;margin-inline:auto}.cma-chooser .cma-lede{margin-inline:auto}.cma-chooser .cma-actions{justify-content:center}.cma-hero--with-media{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.85fr);gap:var(--cma-content-gap,4rem);align-items:center}.cma-hero--left .cma-hero__media{order:-1}.cma-hero--below{grid-template-columns:1fr}.cma-hero__media{margin:0}.cma-hero__media img{display:block;width:100%;height:100%;object-fit:cover;border-radius:var(--cma-radius)}.cma-hero__media--portrait img{aspect-ratio:4/5}.cma-hero__media--landscape img{aspect-ratio:16/9}.cma-hero__media--square img{aspect-ratio:1}.cma-hero__media--natural img{height:auto}.cma-hero__media figcaption{color:var(--cma-muted);font-size:.8rem;margin-top:.6rem}.cma-hero__note{grid-column:1/-1;margin-top:var(--cma-note-gap,5rem);display:flex;justify-content:space-between;gap:2rem;border-top:1px solid var(--cma-line);padding-top:1rem;color:var(--cma-muted);font-size:.85rem}@media(max-width:749px){.cma-path,.cma-evidence{grid-column:1/-1}.cma-split,.cma-section__intro,.cma-hero--with-media,.cma-facts li{grid-template-columns:1fr}.cma-display{font-size:calc(clamp(3.3rem,17vw,5.7rem)*var(--cma-heading-scale,1))}.cma-hero__note{display:block}.cma-hero--left .cma-hero__media{order:0}}.cma-form{display:grid;gap:1.25rem}.cma-form label{display:grid;gap:.5rem;font-weight:600}.cma-form input,.cma-form textarea,.cma-form select{width:100%;box-sizing:border-box;border:1px solid var(--cma-line);border-radius:var(--cma-radius);background:transparent;color:var(--cma-ink);font:inherit;padding:.9rem 1rem}.cma-form textarea{resize:vertical}.cma-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.cma-form__consent{grid-template-columns:auto 1fr!important;align-items:start;font-weight:400!important}.cma-form__consent input{width:auto;margin-top:.25rem}.cma-form__status{border:1px solid var(--cma-line);padding:1rem}.cma-form__status--error{border-color:#a62929}@media(max-width:749px){.cma-form__row{grid-template-columns:1fr}}.cma-form__conditional{display:none!important}.cma-form__conditional.is-visible{display:grid!important}.cma-collaborators{border:1px solid var(--cma-line);padding:1.25rem;margin:0;display:grid;gap:1.25rem}.cma-collaborators>legend,.cma-collaborator>legend{font-weight:700;padding:0 .4rem}.cma-collaborator{border:0;border-top:1px solid var(--cma-line);padding:1.25rem 0 0;margin:0;display:grid;gap:1rem}.cma-collaborator--hidden{display:none}.cma-collaborator-add{justify-self:start}body a:where(:not(.button):not(.button--secondary):not(.cma-button):not(.shopify-payment-button__button)){color:rgb(var(--color-link));text-decoration-color:currentColor}body a:where(:not(.button):not(.button--secondary):not(.cma-button):not(.shopify-payment-button__button)):hover{color:rgb(var(--color-link));opacity:.72}body a:where(:not(.button):not(.button--secondary):not(.cma-button):not(.shopify-payment-button__button)):focus-visible{outline:2px solid currentColor;outline-offset:3px}.cma-button,.button,.shopify-payment-button__button{transition:transform .16s ease,opacity .16s ease,box-shadow .16s ease,background-color .16s ease,color .16s ease}.cma-button:hover:not([aria-disabled=true]):not(:disabled),.button:hover:not([aria-disabled=true]):not(:disabled),.shopify-payment-button__button:hover:not(:disabled){opacity:.84;transform:translateY(-2px);box-shadow:0 4px rgba(var(--color-foreground),.18)}.cma-button:active:not([aria-disabled=true]):not(:disabled),.button:active:not([aria-disabled=true]):not(:disabled),.shopify-payment-button__button:active:not(:disabled){opacity:1;transform:translateY(1px) scale(.99);box-shadow:0 1px rgba(var(--color-foreground),.18)}.cma-button--ghost:hover:not([aria-disabled=true]):not(:disabled){background:rgba(var(--color-foreground),.08);opacity:1}.cma-button:focus-visible,.button:focus-visible,.shopify-payment-button__button:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:4px;box-shadow:0 0 0 2px rgb(var(--color-background))}.cma-button[aria-disabled=true],.cma-button:disabled,.button[aria-disabled=true],.button:disabled,.shopify-payment-button__button:disabled{cursor:not-allowed;opacity:.45;transform:none;box-shadow:none}@media(prefers-reduced-motion:reduce){.cma-button,.button,.shopify-payment-button__button{transition:none}.cma-button:hover,.button:hover,.shopify-payment-button__button:hover,.cma-button:active,.button:active,.shopify-payment-button__button:active{transform:none}}.cma-image-placeholder{min-height:18rem;border:1px dashed var(--cma-line);display:grid;place-content:center;text-align:center;gap:.5rem;padding:2rem;color:var(--cma-muted)}.cma-image-slot__inner{margin-inline:auto}.cma-image-slot__inner--wide{max-width:var(--cma-measure)}.cma-image-slot__inner--medium{max-width:52rem}.cma-image-slot__inner--narrow{max-width:36rem}.cma-image-slot__inner--left{margin-left:0}.cma-image-slot__inner--right{margin-right:0}.cma-image-slot__figure,.cma-editorial-card__media{margin:0}.cma-image-slot__figure img,.cma-editorial-card__media img{display:block;width:100%;height:100%;object-fit:cover;border-radius:var(--cma-radius)}.cma-image-slot__figure--landscape img{aspect-ratio:16/9}.cma-image-slot__figure--portrait img{aspect-ratio:4/5}.cma-image-slot__figure--square img{aspect-ratio:1}.cma-image-slot__figure--natural img{height:auto}.cma-image-slot figcaption{margin-top:.6rem;color:var(--cma-muted)}.cma-editorial-card{grid-column:span 4;display:grid;align-content:start;gap:1rem}.cma-editorial-card h3{font-size:clamp(1.6rem,2.8vw,2.6rem);line-height:1.08;margin:0}.cma-editorial-card .cma-kicker{margin:1rem 0 0}@media(max-width:749px){.cma-editorial-card{grid-column:1/-1}}.cma-policy__inner{max-width:52rem}.cma-policy__review{color:var(--cma-muted);border-bottom:1px solid var(--cma-line);padding-bottom:1.5rem;margin-bottom:2.5rem}.cma-policy__body{font-size:1.08em;line-height:var(--cma-body-leading,1.65)}.cma-policy__body h2{font-size:clamp(1.7rem,3vw,2.7rem);line-height:1.15;margin:3rem 0 1rem}.cma-policy__body h3{font-size:1.35rem;margin:2rem 0 .75rem}.cma-policy__body li{margin:.5rem 0}.cma-payment-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;list-style:none;margin:0;padding:0}.cma-payment-stage{border-top:1px solid var(--cma-ink);padding:1.25rem 0 2rem}.cma-payment-stage__number{display:block;color:var(--cma-muted);font-size:.8rem;margin-bottom:2rem}.cma-payment-stage strong{display:block;font-family:var(--font-heading-family);font-size:clamp(2.8rem,5vw,5rem);font-weight:400;line-height:1}.cma-payment-stage h3{font-size:1.25rem;margin:1.25rem 0 .75rem}.cma-payment-stage p,.cma-payment-schedule__summary,.cma-payment-schedule__note{line-height:var(--cma-body-leading,1.55)}.cma-payment-schedule__note{border-top:1px solid var(--cma-line);color:var(--cma-muted);margin:2rem 0 0;padding-top:1rem;max-width:52rem}@media(max-width:989px){.cma-payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.cma-payment-grid{grid-template-columns:1fr}}.cma-section{overflow-wrap:break-word}.cma-section *,.cma-section *:before,.cma-section *:after{box-sizing:border-box}.cma-section .cma-kicker{font-size:1.1rem;line-height:1.5}.cma-section .cma-lede{font-size:1.6rem}.cma-button{min-height:44px;padding:1rem 1.5rem;font:600 1.5rem/1.4 var(--font-body-family);cursor:pointer}.cma-section p,.cma-section li{line-height:1.6}.cma-editorial-card{border-top:1px solid var(--cma-line);padding-top:2rem}.cma-editorial-card a,.cma-path a,.cma-evidence a{display:inline-flex;align-items:center;min-height:44px}.cma-form input,.cma-form select,.cma-form textarea{min-height:44px;font-size:16px}.cma-form__consent input{min-height:20px;width:20px;height:20px}.cma-optional{border-top:1px solid var(--cma-line);padding-block:1rem}.cma-optional summary{cursor:pointer;min-height:44px;padding-block:1rem;font-weight:600}.cma-optional[open]>label{margin-block:1.4rem}.cma-optional address{font-style:normal;line-height:1.7}.cma-contact-details{margin-top:3rem}.cma-contact-details a{display:inline-block;min-height:32px}.cma-form fieldset,.cma-form__row>*{min-width:0}.cma-product-media{margin:2rem 0}.cma-product-media img{display:block;max-width:100%;height:auto}.cma-hero__note{font-size:1.1rem}.cma-facts strong,.cma-path__number{font-size:1.2rem}.cma-section .cma-button:hover{transform:none;box-shadow:none}.cma-form :focus-visible,.cma-optional summary:focus-visible{outline:2px solid currentColor;outline-offset:4px}@media(max-width:989px){.header__inline-menu{font-size:1.2rem}}@media(max-width:749px){.cma-section{padding-top:min(var(--cma-pad-top,64px),48px);padding-bottom:min(var(--cma-pad-bottom,64px),48px)}.cma-title{font-size:clamp(3rem,9vw,4.5rem)}.cma-hero__note{display:grid;gap:1rem}.cma-actions{gap:1rem}.cma-form{gap:1.6rem}}.cma-offer-price{font-size:1.7rem;font-weight:600;line-height:1.45;margin:1.6rem 0;overflow-wrap:anywhere}.cma-category-intro{max-width:80rem;margin-top:3.2rem;padding-top:2.4rem;border-top:1px solid currentColor}.cma-example{margin-top:2.4rem}.cma-example p{line-height:1.65}.cma-example small{display:block;line-height:1.5}.cma-payment-grid{grid-template-columns:repeat(var(--cma-stage-count,3),minmax(0,1fr))}.cma-section .cma-split>*{min-width:0}.cma-facts span,.cma-payment-stage p,.cma-form label{overflow-wrap:anywhere}.cma-offer-action{display:flex;flex-wrap:wrap;gap:1.2rem}.cma-offer-action .cma-button{white-space:normal;text-align:center}.cma-section a:focus-visible,.cma-section summary:focus-visible,.cma-section button:focus-visible{outline:2px solid currentColor;outline-offset:5px}@media(max-width:749px){.cma-payment-grid{grid-template-columns:1fr}.cma-offer-price{font-size:1.6rem}.cma-offer-action .cma-button{width:100%}.cma-form input,.cma-form select,.cma-form textarea{font-size:16px;max-width:100%}}@media(prefers-reduced-motion:reduce){.cma-section *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.cma-buyer-guide{margin-top:2.4rem;max-width:90rem}.cma-buyer-choices{list-style:none;padding:0;display:grid;gap:1.6rem}.cma-buyer-choices li{display:grid;gap:.4rem;border-bottom:1px solid rgba(var(--color-foreground),.15);padding-bottom:1.6rem}.cma-buyer-choices a{font-weight:600;text-underline-offset:.3em}.cma-buyer-choices span{font-size:1.4rem}.cma-buyer-next>p{max-width:75rem}.cma-buyer-guide summary{cursor:pointer;line-height:1.5}.cma-buyer-guide a:focus-visible{outline:2px solid currentColor;outline-offset:5px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cma-system.css.map */
