:root{--color-near-black: #0A0A0A;--color-offwhite: #F7F4EF;--color-forest: #143C32;--color-cyan: #00E5FF;--color-text: #1A1A1A;--color-background: #F7F4EF;--page-width: 1200px;--space-section: 40px;--font-heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-pill: 999px;--transition: .25s cubic-bezier(.25, .1, .25, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.55;background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none;margin:0;padding:0}h1,.h1{font-family:var(--font-heading);font-size:clamp(2.6rem,10vw,5.2rem);line-height:.95;letter-spacing:-.035em;font-weight:500;margin:0 0 1.25rem}h2,.h2{font-family:var(--font-heading);font-size:clamp(1.9rem,6.5vw,3.4rem);line-height:1.05;letter-spacing:-.03em;font-weight:500;margin:0 0 1rem}h3,.h3{font-family:var(--font-heading);font-size:clamp(1.25rem,3.5vw,1.65rem);line-height:1.2;letter-spacing:-.02em;font-weight:500;margin:0 0 .75rem}p{margin:0 0 1rem}.lead{font-size:clamp(1.05rem,2.5vw,1.25rem);line-height:1.5;max-width:36em}.page-width{max-width:var(--page-width);margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem;width:100%}@media(min-width:750px){.page-width{padding-left:2rem;padding-right:2rem}}.section{padding-top:var(--space-section);padding-bottom:var(--space-section)}.section--tight{padding-top:1.25rem;padding-bottom:1.25rem}.section--dark{background:var(--color-near-black);color:var(--color-offwhite)}.section--forest{background:var(--color-forest);color:var(--color-offwhite)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.75rem;font-size:.95rem;font-weight:500;letter-spacing:.01em;border-radius:var(--radius-pill);transition:transform var(--transition),background var(--transition),color var(--transition);text-align:center;line-height:1.2;min-height:48px}.button--primary{background:var(--color-near-black);color:var(--color-offwhite)}.button--primary:hover,.button--primary:focus-visible{background:var(--color-forest);transform:translateY(-1px)}.button--cyan{background:var(--color-near-black);color:var(--color-offwhite)}.button--cyan:hover,.button--cyan:focus-visible{filter:brightness(1.08);transform:translateY(-1px)}.button--outline{background:transparent;color:var(--color-near-black);box-shadow:inset 0 0 0 1.5px currentColor}.button--outline:hover{background:var(--color-near-black);color:var(--color-offwhite)}.section--dark .button--outline,.section--forest .button--outline{color:var(--color-offwhite)}.section--dark .button--outline:hover,.section--forest .button--outline:hover{background:var(--color-offwhite);color:var(--color-near-black)}.grid{display:grid;gap:1.5rem}@media(min-width:750px){.grid--2{grid-template-columns:1fr 1fr;gap:2.5rem}.grid--3{grid-template-columns:repeat(3,1fr);gap:2rem}.grid--4{grid-template-columns:repeat(4,1fr)}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:9999;width:auto;height:auto;clip:auto;padding:.75rem 1.25rem;background:var(--color-near-black);color:#fff;border-radius:4px}.text-center{text-align:center}.text-left{text-align:left}.mx-auto{margin-left:auto;margin-right:auto}.eyebrow{font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem;opacity:.7}.card{background:#fff;border-radius:12px;padding:1.5rem;height:100%}.card--dark{background:#ffffff0f}.product-form__input{margin-bottom:1rem}.quantity{display:flex;align-items:center;gap:.5rem}.quantity__input{width:3.5rem;text-align:center;border:1px solid #ddd;border-radius:6px;padding:.5rem;font-size:1rem}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100%;background:var(--color-offwhite);z-index:1000;transform:translate(100%);transition:transform .35s ease;display:flex;flex-direction:column;box-shadow:-8px 0 30px #0000001f}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-drawer__overlay.is-visible{opacity:1;pointer-events:auto}@media(prefers-reduced-motion:no-preference){.fade-up,.fade-up.is-visible{opacity:1;transform:none}}.header{position:sticky;top:0;z-index:100;background:#f7f4efeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}.header__inner{display:flex;align-items:center;justify-content:space-between;min-height:60px;padding-top:.75rem;padding-bottom:.75rem}.header__logo{font-size:1.05rem;font-weight:600;letter-spacing:-.02em}.header__cart{display:flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:500}.header__cart-count{background:var(--color-near-black);color:#fff;font-size:.7rem;min-width:1.25rem;height:1.25rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.footer{padding:3rem 0;border-top:1px solid rgba(0,0,0,.08);font-size:.9rem;opacity:.8}.faq-item{border-bottom:1px solid rgba(0,0,0,.1)}.faq-item summary{padding:1.25rem 0;cursor:pointer;font-weight:500;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item[open] summary{padding-bottom:.5rem}.faq-item__content{padding-bottom:1.25rem;opacity:.85;max-width:40em}@media(max-width:749px){.hide-mobile{display:none!important}}@media(min-width:750px){.hide-desktop{display:none!important}}.header__nav{display:flex;align-items:center;flex-wrap:wrap}.header__nav-link{margin-left:1.5rem;font-size:.9rem;opacity:.85}.header__nav-link:hover,.header__nav-link:focus-visible{opacity:1}.header__actions{display:flex;align-items:center;gap:1rem}.header__menu-toggle{display:none;padding:.5rem}@media(max-width:749px){.header__menu-toggle{display:inline-flex}.header__nav{display:none;position:absolute;top:100%;left:0;right:0;background:#f7f4efeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;align-items:flex-start;padding:1rem 1.25rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.06)}.header.is-nav-open .header__nav{display:flex}.header.is-nav-open .header__nav-link{margin-left:0;padding:.5rem 0}}.hero{min-height:85vh;display:flex;align-items:center}.hero__grid{display:grid;gap:2rem;align-items:center}.hero__media img,.image-banner img,.purchase__media img,.product-page__media img{width:100%;border-radius:12px;object-fit:cover}@media(max-width:749px){.hero__media{order:-1}}@media(min-width:750px){.hero__grid{grid-template-columns:1fr 1fr;gap:3rem}}.hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.hero__form,.purchase__form{margin:0}.image-banner{padding:0}.image-banner__figure{margin:0}.image-banner--pad{padding-top:var(--space-section);padding-bottom:var(--space-section)}.image-banner__inner{position:relative}.image-banner__copy{padding:2rem 0}.ingredient-full{margin-top:1.5rem}.ingredient-full summary{cursor:pointer;font-weight:500}.ingredient-full__list{margin-top:.75rem;opacity:.85;max-width:40em}.ingredient-full__list li{padding:.35rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.ingredient-full__name{display:block;font-weight:500}.ingredient-full__note{margin:.35rem 0 0;font-size:.9rem;opacity:.7;font-weight:400;max-width:40em}.ingredient-full__disclaimer{margin-top:1.25rem;font-size:.75rem;opacity:.65;max-width:40em}@media(max-width:749px){.ingredient-full__list li{padding:.6rem 0}}.sf-panel{padding:0;overflow:hidden}.sf-head{background:var(--color-near-black);color:#fff;padding:1rem 1.5rem;font-weight:600;letter-spacing:.02em}.sf-body{padding:1.25rem 1.5rem;font-size:.9rem}.sf-row{display:flex;justify-content:space-between;gap:1rem;padding:.4rem 0;border-bottom:1px solid #eee}.sf-row--serving{padding-bottom:.75rem;border-bottom:3px solid #111;margin-bottom:.75rem}.sf-row--head{font-weight:600;padding-bottom:.5rem;border-bottom:1px solid #ddd;margin-bottom:.5rem}.sf-note{font-size:.75rem;opacity:.65;margin-top:1rem;margin-bottom:0}.purchase__grid{display:grid;gap:2rem;align-items:center}@media(min-width:750px){.purchase__grid{grid-template-columns:1fr 1fr;gap:3rem}}.purchase__price{font-size:1.35rem;font-weight:500;margin:0 0 1rem}.purchase__note{font-size:.85rem;opacity:.7;margin-top:1rem}.selling-plans{margin:1rem 0}.selling-plans label{display:block;margin:.35rem 0}.variant-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.variant-pills button,.variant-pills label{border:1px solid rgba(0,0,0,.15);border-radius:var(--radius-pill);padding:.5rem 1rem;font-size:.9rem}.product-page{padding-top:calc(var(--space-section)*.6);padding-bottom:var(--space-section)}.product-page__grid{display:grid;gap:2rem}@media(min-width:750px){.product-page__grid{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}}.collection-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.search-form{display:flex;gap:.5rem;margin-bottom:2rem}.search-form input{flex:1;padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.cart-page{padding:var(--space-section) 0}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:90;background:#f7f4efeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(0,0,0,.08);padding:.75rem 0;transform:translateY(110%);transition:transform .3s ease;box-shadow:0 -8px 30px #00000014}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.sticky-atc__meta{display:flex;flex-direction:column;min-width:0}.sticky-atc__title{font-weight:600;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:.9rem;opacity:.8}.sticky-atc .button{min-height:44px;padding:.75rem 1.25rem}body.has-sticky-atc{padding-bottom:6.75rem}@media(max-width:749px){.sticky-atc__title{font-size:.95rem}body.has-sticky-atc{padding-bottom:7.5rem}}body:has([data-sticky-atc]){padding-bottom:7.5rem}.page-content{padding:var(--space-section) 0}.rte p{margin:0 0 1rem}.product-form .shopify-payment-button,.shopify-payment-button,.shopify-payment-button__button{display:none!important}.blog-list{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:750px){.blog-list{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:990px){.blog-list{grid-template-columns:repeat(3,1fr)}}.blog-card__image{width:100%;border-radius:8px;margin-bottom:1rem;object-fit:cover}.blog-pagination{margin-top:2.5rem}.article-page__inner{max-width:720px;margin-left:auto;margin-right:auto}.article-featured{margin:0 0 2rem}.article-featured img{width:100%;border-radius:12px}.article-content.rte img,.rte img{max-width:100%;height:auto}.article-meta{opacity:.7}.page-content .rte img{max-width:100%;height:auto;display:block}.footer__nav{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;margin:.75rem 0 .25rem}.footer__nav a{font-size:.85rem;opacity:.85;text-decoration:underline;text-underline-offset:2px}.footer__nav a:hover,.footer__nav a:focus-visible{opacity:1}.contact-form input,.contact-form textarea{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;background:#fff;color:var(--color-text)}.contact-form label{display:block;margin-bottom:.35rem;font-size:.9rem;font-weight:500}.contact-form__success{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;margin:0 0 1rem}.errors,.form-errors{margin-bottom:1rem;color:#8a1f1f}@media(max-width:749px){.header__nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#f7f4ef;z-index:200;padding:5rem 1.5rem 2rem;flex-direction:column;align-items:flex-start;overflow:auto}.header.is-nav-open .header__nav{display:flex}.header.is-nav-open .header__nav-link{margin:0 0 1rem;font-size:1.15rem;opacity:1}.header__menu-toggle{z-index:210;position:relative}}.hero img,.hero__media img,.image-banner img{width:100%;height:auto;display:block;object-fit:contain}.image-banner img{min-height:200px}.pack-offers{display:flex;flex-direction:column;gap:.75rem;margin:1.25rem 0 1rem}.pack-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;width:100%;text-align:left;background:#fff;color:var(--color-text);border:1.5px solid rgba(10,10,10,.12);border-radius:12px;padding:1rem 1.15rem;min-height:76px;cursor:pointer;transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.pack-card:hover,.pack-card:focus-visible{transform:translateY(-1px)}.pack-card.is-selected{border-color:var(--color-forest);border-width:2px;box-shadow:0 0 0 1px var(--color-forest)}.pack-card--best{border-color:var(--color-forest)}.pack-card--best.is-selected{border-color:var(--color-near-black);border-width:2.5px;box-shadow:0 0 0 1px var(--color-near-black)}.pack-card[disabled]{opacity:.45;cursor:not-allowed;transform:none}.pack-badge{position:absolute;top:-.55rem;right:1rem;background:var(--color-near-black);color:var(--color-offwhite);font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-pill);padding:.25rem .7rem}.pack-card__top{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;width:100%}.pack-card__name{font-size:.85rem;font-weight:600;letter-spacing:.08em}.pack-card__prices{display:flex;align-items:baseline;gap:.45rem;flex-shrink:0}.pack-card__compare{opacity:.55;font-size:.9rem}.pack-card__price{font-weight:600;font-size:1.05rem}.pack-card__meta,.pack-card__ship,.pack-card__save{font-size:.85rem;opacity:.8}.pack-card__save{color:var(--color-forest);opacity:1;font-weight:500}.pack-summary{margin:0 0 1rem}.pack-summary__total{margin-bottom:.35rem}.pack-summary__per,.pack-summary__save,.pack-summary__ship{font-size:.9rem;opacity:.85;margin:0 0 .25rem}.pack-summary__save{color:var(--color-forest);opacity:1}.purchase__form .pack-atc{width:100%;margin-top:.25rem}.purchase__shipping-note{margin:1rem 0 0;font-size:.9rem;opacity:.8}.purchase__guarantee{margin:.75rem 0 0;font-size:.9rem;opacity:.8}.pack-subscribe{margin:0 0 1rem;padding:1rem 1.1rem;background:#ffffff0f;border-radius:12px}.pack-subscribe__heading{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;margin:0 0 .5rem;opacity:.75}.sticky-atc .button{min-height:48px}.sticky-atc__form{margin:0}@media(max-width:749px){.pack-card{min-height:88px;padding:1.1rem 1.15rem}.sticky-atc .button{min-height:48px;padding:.85rem 1.25rem}.purchase__form .pack-atc{min-height:52px}}.hero.hero--overlay{isolation:isolate;position:relative;min-height:70vh;overflow:hidden;padding:0;display:flex;align-items:center}.hero--overlay .hero__bg,.hero--overlay .hero__bg picture{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.hero--overlay .hero__bg img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;height:100%!important;width:100%!important;object-fit:cover!important;object-position:right center;max-width:none;border-radius:0;pointer-events:none}.hero--overlay .hero__inner{z-index:3;position:relative;width:100%}.hero--overlay .hero__content,.hero--overlay .hero__copy{position:relative;z-index:3;color:#fff;padding:4rem 0;max-width:34rem;text-align:left}.hero--overlay .eyebrow,.hero--overlay .lead,.hero--overlay h1{color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.45)}.hero--overlay .eyebrow,.hero--overlay .lead{opacity:.95}.hero--overlay .lead{margin-bottom:2rem}.hero--overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(10,10,10,.78) 0%,rgba(10,10,10,.55) 32%,rgba(10,10,10,.22) 52%,transparent 72%)}@media(max-width:749px){.hero.hero--overlay{min-height:100svh;align-items:flex-end}.hero--overlay .hero__inner{padding-bottom:env(safe-area-inset-bottom,0)}.hero--overlay .hero__content,.hero--overlay .hero__copy{padding:1.5rem 0 2.5rem;max-width:36rem}.hero--overlay .hero__bg img{object-fit:cover!important;object-position:center center}.hero--overlay h1{font-size:clamp(2.35rem,12vw,3.4rem)}.hero--overlay .lead{font-size:1.02rem;margin-bottom:1.35rem}.hero--overlay .hero__ctas .button{width:100%;max-width:22rem}.hero--overlay:after{background:linear-gradient(180deg,#0a0a0a33,#0a0a0a26 38%,#0a0a0a9e 68%,#0a0a0ad1)}}@media(min-width:750px){.hero--overlay .hero__bg img{object-position:right center}}.sticky-atc__quiet{font-size:.75rem;opacity:.65;margin-top:.15rem;font-weight:400;letter-spacing:0}.product-page__lead{max-width:36em;margin:0 0 1.25rem}.product-page__trust{margin:1rem 0 0;font-size:.9rem;opacity:.8}.product-page__ingredients{margin-top:2.5rem}.product-page__ingredients .card p{margin:0;opacity:.85}.product-page__amount{font-size:.8rem;letter-spacing:.04em;opacity:.6;margin:0 0 .5rem!important}.sf-label-image,.supplement-facts__label{display:none}.button--cyan:hover,.button--cyan:focus-visible{background:var(--color-forest);filter:none;transform:translateY(-1px)}.header__logo{display:flex;align-items:center}.header__logo img{height:28px;width:auto;display:block}@media(min-width:750px){.header__logo img{height:32px}}.footer__logo{display:inline-flex;margin-bottom:.75rem}.footer__logo img{height:24px;width:auto;display:block}:root{--color-rust:#C45C26;--color-rust-hover:#A34B1F}.button--primary,.button--cyan{background:var(--color-rust);color:var(--color-offwhite)}.button--primary:hover,.button--primary:focus-visible,.button--cyan:hover,.button--cyan:focus-visible{background:var(--color-rust-hover);color:var(--color-offwhite);filter:none;transform:translateY(-1px)}.trust-list{list-style:none;margin:.85rem 0 0;padding:0;font-size:.9rem}.trust-list li{position:relative;padding:.15rem 0 .15rem 1.25rem;margin:0}.trust-list li:before{content:"\2713";position:absolute;left:0;opacity:.7}.section--dark .trust-list{opacity:.95}.guarantee__inner{max-width:40em;margin:0 auto}.guarantee__body{margin:0 0 1rem}.guarantee__body p,.guarantee__body{line-height:1.55}.guarantee__note{font-size:.8rem;opacity:.65;margin:0}.ingredient-card{display:flex;flex-direction:column;height:100%}.ingredient-card h3{margin-bottom:.35rem}.ingredient-card__amount,.product-page__amount{font-size:.8rem;letter-spacing:.04em;opacity:.6;margin:0 0 .5rem}.ingredient-card__tech{font-size:.9rem;opacity:.7;margin:0;line-height:1.45}.ingredient-card__benefit{opacity:.9;margin-top:.5rem;margin-bottom:0;line-height:1.45}@media(max-width:749px){.ingredient-card{padding:1.15rem}.trust-list{margin-top:.75rem}}.product-warnings{margin:1rem 0 0;font-size:.85rem;opacity:.75;line-height:1.45}.product-warnings__label{font-weight:600;margin:0 0 .25rem;opacity:.9}.product-warnings__text{margin:0}.section--dark .product-warnings{opacity:.9}.purchase-compact{padding-top:2.5rem;padding-bottom:2.5rem}.purchase-compact__inner{max-width:640px;margin:0 auto}.purchase-compact__intro{margin-bottom:1.5rem}.purchase-compact__lead{margin:.5rem 0 0;opacity:.8}.purchase-compact__box{margin:0 auto}.purchase-compact__form .pack-atc{width:100%}.trust-chips{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem .75rem;margin:1rem 0 0;padding:0;font-size:.85rem;opacity:.85}.trust-chips li{position:relative;padding-left:0}.trust-chips li:not(:last-child):after{content:"\b7";margin-left:.75rem;opacity:.6}@media(max-width:749px){.trust-chips{flex-direction:column;align-items:center;gap:.35rem}.trust-chips li:not(:last-child):after{display:none}}.purchase-compact__directions{margin:.85rem 0 0;font-size:.9rem;opacity:.8;text-align:center}.fruiting-body{background:var(--color-offwhite)}.fruiting-body__inner{max-width:820px}.fruiting-body__intro{margin-bottom:2rem}.fruiting-body__sub{font-size:1.1rem;margin:0 0 1.25rem;opacity:.9}.fruiting-body__body{max-width:40em}.fruiting-body__body p{margin:0 0 1rem}.fruiting-body__body strong{font-weight:600}.fruiting-body__gets{margin:0 0 2.75rem}.fruiting-body__gets-label{font-weight:600;margin:0 0 .75rem}.fruiting-body__list{list-style:none;margin:0;padding:0}.fruiting-body__list li{position:relative;padding:.4rem 0 .4rem 1.35rem;border-bottom:1px solid rgba(10,10,10,.08)}.fruiting-body__list li:last-child{border-bottom:0}.fruiting-body__list li:before{content:"\2713";position:absolute;left:0;opacity:.65}.fruiting-body__why{margin:0 0 2.5rem;padding-top:.5rem}.fruiting-body__why-body{max-width:40em}.fruiting-body__why-body p{margin:0 0 1rem}.fruiting-body__why-body strong{font-weight:600;color:var(--color-rust)}.fruiting-body__close{font-weight:500;letter-spacing:-.01em;margin:1.25rem 0 0;font-size:1.05rem}.fruiting-body__compare{display:grid;gap:1rem}@media(min-width:750px){.fruiting-body__compare{grid-template-columns:1fr 1fr;gap:1.25rem}}.fruiting-body__card{border-radius:12px;padding:1.35rem 1.4rem;background:#fff}.fruiting-body__card--budget{opacity:.85;box-shadow:inset 0 0 0 1px #0a0a0a1a}.fruiting-body__card--sv{box-shadow:inset 0 0 0 1.5px #0a0a0a38;background:#fff}.fruiting-body__card-label{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:.65;margin:0 0 .85rem}.fruiting-body__card--sv .fruiting-body__card-label{opacity:.8}.fruiting-body__card-point{margin:0 0 .45rem;line-height:1.4}.fruiting-body__card-point:last-child{margin-bottom:0}.fruiting-body__card-point--emph{font-weight:600;font-size:1.15rem;letter-spacing:-.02em}.fruiting-body__visual{margin:0}.fruiting-body__compare-img{width:100%;height:auto;border-radius:12px;display:block}.fruiting-body__home-foot{margin-top:1.25rem}.fruiting-body__more{margin:.75rem 0 0}.fruiting-body__more a{text-decoration:underline;text-underline-offset:.2em;font-size:.95rem;opacity:.85}.fruiting-body__more a:hover{opacity:1;color:var(--color-rust)}.fruiting-body--home .fruiting-body__intro{margin-bottom:1.5rem}
/*# sourceMappingURL=/cdn/shop/t/31/assets/base.css.map */
