.blog-articles{display:grid;grid-gap:1rem;column-gap:var(--grid-mobile-horizontal-spacing);row-gap:var(--grid-mobile-vertical-spacing)}.blog-articles .card-wrapper{width:100%}@media screen and (min-width:750px){.blog-articles{grid-template-columns:1fr 1fr;column-gap:var(--grid-desktop-horizontal-spacing);row-gap:var(--grid-desktop-vertical-spacing)}.blog-articles--collage>*:nth-child(3n+1),.blog-articles--collage>*:nth-child(3n+2):last-child{grid-column:span 2;text-align:center}.blog-articles--collage>*:nth-child(3n+1) .card,.blog-articles--collage>*:nth-child(3n+2):last-child .card{text-align:center}.blog-articles--collage>*:nth-child(3n+1) .article-card__image--small .ratio:before,.blog-articles--collage>*:nth-child(3n+2):last-child .article-card__image--small .ratio:before{padding-bottom:22rem}.blog-articles--collage>*:nth-child(3n+1) .article-card__image--medium .ratio:before,.blog-articles--collage>*:nth-child(3n+2):last-child .article-card__image--medium .ratio:before{padding-bottom:44rem}.blog-articles--collage>*:nth-child(3n+1) .article-card__image--large .ratio:before,.blog-articles--collage>*:nth-child(3n+2):last-child .article-card__image--large .ratio:before{padding-bottom:66rem}}@media screen and (min-width:990px){.blog-articles--collage>*:nth-child(3n+1) .article-card__image--small .ratio .ratio:before,.blog-articles--collage>*:nth-child(3n+2):last-child .article-card__image--small .ratio .ratio:before{padding-bottom:27.5rem}.blog-articles--collage>*:nth-child(3n+1) .article-card__image--medium .ratio:before,.blog-articles--collage>*:nth-child(3n+2):last-child .article-card__image--medium .ratio:before{padding-bottom:55rem}.blog-articles--collage>*:nth-child(3n+1) .article-card__image--large .ratio:before,.blog-articles--collage>*:nth-child(3n+2):last-child .article-card__image--large .ratio:before{padding-bottom:82.5rem}}.blog-listing-hero{width:100%;background:linear-gradient(160deg,#1a0e07,#3e2110 55%,#5e3520);position:relative;overflow:hidden;padding:6rem 1.5rem 5rem;text-align:center}.blog-listing-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000052;pointer-events:none}.blog-listing-hero__inner{position:relative;z-index:1}.blog-listing-hero__title{color:#fff;margin:0 0 1.2rem;text-shadow:0 2px 16px rgba(0,0,0,.65)}.blog-listing-hero__sub{color:#ffffffd1;font-size:1.4rem;letter-spacing:.2em;text-transform:uppercase;margin:0}.blog-listing-hero__rule{display:block;width:4rem;height:2px;background:#fff6;margin:2rem auto 0}@media screen and (min-width:750px){.blog-listing-hero{padding:8rem 2rem 6.5rem}}@media screen and (min-width:990px){.blog-listing-hero{padding:9rem 2rem 7rem}}.blog-articles__article{height:100%}.blog-card{display:flex;flex-direction:column;height:100%;position:relative;background:rgb(var(--color-background));border-radius:var(--border-radius, .4rem);overflow:hidden;border:var(--border-width, 1px) solid rgba(var(--color-foreground),.08);box-shadow:0 2px 10px #0000000f;transition:box-shadow .3s ease,transform .3s ease}.blog-card:has(.blog-card__title-link:hover),.blog-card:has(.blog-card__title-link:focus){box-shadow:0 10px 36px #3e21102e;transform:translateY(-4px)}.blog-card__hero{width:100%;height:16rem;background:linear-gradient(135deg,#1a0e07,#3e2110 60%,#5e3520);flex-shrink:0;position:relative;overflow:hidden}.blog-card__hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04' fill-rule='evenodd'%3E%3Ccircle cx='4' cy='4' r='1.5'/%3E%3Ccircle cx='20' cy='4' r='1.5'/%3E%3Ccircle cx='36' cy='4' r='1.5'/%3E%3Ccircle cx='4' cy='20' r='1.5'/%3E%3Ccircle cx='20' cy='20' r='1.5'/%3E%3Ccircle cx='36' cy='20' r='1.5'/%3E%3Ccircle cx='4' cy='36' r='1.5'/%3E%3Ccircle cx='20' cy='36' r='1.5'/%3E%3Ccircle cx='36' cy='36' r='1.5'/%3E%3C/g%3E%3C/svg%3E")}.blog-card__hero-inner{position:absolute;bottom:1.6rem;left:2rem;z-index:1}.blog-card__tag{display:inline-block;background:#ffffff26;color:#ffffffe6;font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase;padding:.35rem .9rem;border-radius:2px;border:1px solid rgba(255,255,255,.2)}.blog-card__body{padding:2.2rem 2.2rem 2rem;display:flex;flex-direction:column;flex:1}.blog-card__date{display:block;font-size:1.15rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-foreground),.45);margin-bottom:.9rem}.blog-card__title{margin:0 0 1rem;line-height:1.3}.blog-card__title-link{color:inherit;text-decoration:none}.blog-card__title-link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.blog-card__excerpt{font-size:1.5rem;line-height:1.65;color:rgba(var(--color-foreground),.6);margin:0;flex:1;padding-bottom:1.8rem}.blog-card__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#3e2110;padding-top:1.6rem;border-top:1px solid rgba(var(--color-foreground),.08);transition:gap .25s ease,color .25s ease}.blog-card__arrow{display:inline-block;transition:transform .25s ease}.blog-card:has(.blog-card__title-link:hover) .blog-card__cta,.blog-card:has(.blog-card__title-link:focus) .blog-card__cta{color:#1a0e07;gap:.9rem}.blog-card:has(.blog-card__title-link:hover) .blog-card__arrow,.blog-card:has(.blog-card__title-link:focus) .blog-card__arrow{transform:translate(4px)}@media screen and (min-width:750px){.blog-articles--collage>*:nth-child(3n+1) .blog-card__hero,.blog-articles--collage>*:nth-child(3n+2):last-child .blog-card__hero{height:32rem}.blog-articles--collage>*:nth-child(3n+1) .blog-card__title,.blog-articles--collage>*:nth-child(3n+2):last-child .blog-card__title{font-size:2.4rem}.blog-articles--collage>*:nth-child(3n+1) .blog-card__excerpt,.blog-articles--collage>*:nth-child(3n+2):last-child .blog-card__excerpt{font-size:1.6rem}.blog-articles--collage>*:nth-child(3n+1) .blog-card__hero-inner,.blog-articles--collage>*:nth-child(3n+2):last-child .blog-card__hero-inner{left:3rem;bottom:2rem}}@media screen and (min-width:990px){.blog-articles--collage>*:nth-child(3n+1) .blog-card__hero,.blog-articles--collage>*:nth-child(3n+2):last-child .blog-card__hero{height:38rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-main-blog.css.map */
