.jo-features{max-width:1100px;margin:0 auto;padding:60px 24px}.jo-features__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--jo-gold, #C4A54F);margin-bottom:14px}.jo-features__heading{font-family:Playfair Display,serif;font-size:clamp(28px,4vw,42px);font-weight:400;color:var(--jo-dark, #282B1E);line-height:1.2;margin-bottom:12px}.jo-features__sub{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:var(--jo-charcoal, #4D5649);max-width:520px;line-height:1.65;margin-bottom:52px}.jo-features__grid{display:grid;grid-template-columns:repeat(var(--desktop-cols, 3),1fr);gap:2px;background:var(--jo-gold-pale, #EFE4C2);border:2px solid var(--jo-gold-pale, #EFE4C2)}.jo-features__card{background:var(--jo-cream-light, #FAF9F5);padding:32px 28px;position:relative;transition:background .25s ease,transform .25s ease;cursor:default;overflow:hidden}.jo-features__card:before{content:"";position:absolute;top:0;left:0;width:3px;height:0;background:var(--jo-gold, #C4A54F);transition:height .3s ease}.jo-features__card:hover{background:#fff;transform:translateY(-2px);z-index:1;box-shadow:0 8px 32px #282b1e14}.jo-features__card:hover:before{height:100%}.jo-features__icon{width:36px;height:36px;margin-bottom:18px}.jo-features__icon svg{width:36px;height:36px;stroke:var(--jo-gold, #C4A54F);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.jo-features__name{font-family:Playfair Display,serif;font-size:17px;font-weight:600;color:var(--jo-dark, #282B1E);margin-bottom:8px;line-height:1.3}.jo-features__desc{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13.5px;color:var(--jo-body, #5a5a4a);line-height:1.65}.jo-features__tag{display:inline-block;margin-top:12px;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--jo-gold, #C4A54F);background:var(--jo-gold-pale, #EFE4C2);padding:3px 8px;border-radius:2px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.jo-features__strip{background:var(--strip-bg, #282B1E);padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:2px;flex-wrap:wrap}.jo-features__strip-heading{font-family:Playfair Display,serif;font-size:20px;color:var(--jo-cream, #F2EDDC);font-style:italic}.jo-features__strip-sub{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:var(--jo-gold-light, #D2BA70);display:block;margin-top:4px}.jo-features__btns{display:flex;gap:12px;flex-shrink:0}.jo-features__btn{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:12px 24px;border:1px solid var(--strip-btn-bg, #C4A54F);color:var(--strip-btn-bg, #C4A54F);background:transparent;cursor:pointer;transition:background .2s,color .2s;text-decoration:none;display:inline-block;text-align:center;white-space:nowrap}.jo-features__btn:hover,.jo-features__btn--primary{background:var(--strip-btn-bg, #C4A54F);color:var(--strip-btn-text, #282B1E)}.jo-features__btn--primary:hover{opacity:.85}.jo-features__show-more{display:none}@media(max-width:749px){.jo-features__grid{grid-template-columns:repeat(var(--mobile-cols, 1),1fr)}.jo-features__card{padding:20px 18px;display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto auto;column-gap:12px;row-gap:0;align-items:start}.jo-features__card:before{display:none}.jo-features__card:hover{transform:none;box-shadow:none}.jo-features__icon{width:28px;height:28px;margin-bottom:0;grid-column:1;grid-row:1;padding-top:1px}.jo-features__icon svg{width:28px;height:28px}.jo-features__name{grid-column:2;grid-row:1;font-size:15px;margin-bottom:4px}.jo-features__desc{grid-column:1 / -1;grid-row:2;font-size:13px;margin-top:6px}.jo-features__tag{grid-column:1 / -1;grid-row:3;justify-self:start;margin-top:8px;font-size:8px;padding:3px 10px;border-radius:10px;white-space:nowrap;letter-spacing:.08em}.jo-features__card--hidden{display:none}.jo-features__show-more{display:block;width:100%;padding:14px;margin-top:2px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--jo-gold, #C4A54F);background:var(--jo-cream-light, #FAF9F5);border:2px solid var(--jo-gold-pale, #EFE4C2);border-top:none;cursor:pointer;transition:background .2s}.jo-features__show-more:hover{background:#fff}.jo-features__strip{flex-direction:column;align-items:stretch;padding:28px 24px;gap:20px}.jo-features__btns{flex-direction:column;width:100%}.jo-features__btn{width:100%;padding:14px 20px;font-size:13px}}.jo-features__card{animation:joFeaturesUp .4s ease both}.jo-features__card:nth-child(1){animation-delay:.05s}.jo-features__card:nth-child(2){animation-delay:.1s}.jo-features__card:nth-child(3){animation-delay:.15s}.jo-features__card:nth-child(4){animation-delay:.2s}.jo-features__card:nth-child(5){animation-delay:.25s}.jo-features__card:nth-child(6){animation-delay:.3s}.jo-features__card:nth-child(7){animation-delay:.35s}.jo-features__card:nth-child(8){animation-delay:.4s}.jo-features__card:nth-child(9){animation-delay:.45s}.jo-features__card:nth-child(10){animation-delay:.5s}.jo-features__card:nth-child(11){animation-delay:.55s}.jo-features__card:nth-child(12){animation-delay:.6s}@keyframes joFeaturesUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/jo-features-grid.css.map */
