.kuthro-blog__section-label{display:inline-block;font-weight:700;font-size:1.9rem;letter-spacing:.01em;text-transform:uppercase;border-bottom:2px solid rgb(var(--color-foreground));padding-bottom:.4rem;margin:0 0 3.2rem}.kuthro-blog__section-label--grid{margin-top:6rem}.kuthro-blog__date{display:block;font-family:var(--font-mono-family);font-size:1.2rem;letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--color-foreground),.55);margin-bottom:.8rem}.kuthro-blog__read-more{display:inline-block;margin-top:1.2rem;font-family:var(--font-mono-family);font-size:1.4rem;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;color:#b3860f;border-bottom:1px solid currentColor;padding-bottom:.2rem}.kuthro-blog__read-more:hover,.kuthro-blog__read-more:focus-visible{color:#8f6b0c}.kuthro-blog__read-more--small{font-size:1.2rem;margin-top:.8rem}.kuthro-blog__hero{position:relative;display:block;width:100%;aspect-ratio:21 / 9;overflow:hidden;margin-bottom:5rem;color:#fff;text-decoration:none;background-color:rgba(var(--color-foreground),.06)}.kuthro-blog__hero-img,.kuthro-blog__hero-placeholder{width:100%;height:100%;object-fit:cover;display:block}.kuthro-blog__hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0009,#00000026 45%,#0006);pointer-events:none}.kuthro-blog__hero-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 3rem;gap:1.4rem}.kuthro-blog__hero-date{color:#ffffffd9;margin-bottom:0}.kuthro-blog__hero-title{display:block;margin:0;max-width:76rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;line-height:1.05;letter-spacing:-.01em;color:#fff;font-size:calc(var(--font-heading-scale) * 4rem)}@media only screen and (min-width:750px){.kuthro-blog__hero-title{font-size:calc(var(--font-heading-scale) * 5.2rem)}}.kuthro-blog__hero-excerpt{display:block;margin:0;max-width:50rem;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.6rem;line-height:calc(1 + .8 / var(--font-body-scale));letter-spacing:.06rem;color:#ffffffe6}.kuthro-blog__hero-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:.6rem;padding:1.5rem 2.8rem;border-radius:999px;background-color:#fff;color:#111;font-family:var(--font-mono-family);font-size:1.3rem;letter-spacing:.06em;text-transform:uppercase;transition:background-color .2s ease,transform .2s ease}.kuthro-blog__hero:hover .kuthro-blog__hero-cta,.kuthro-blog__hero:focus-visible .kuthro-blog__hero-cta{background-color:#f2f2f2}@media screen and (max-width:749px){.kuthro-blog__hero{aspect-ratio:4 / 5;margin-bottom:3.6rem}.kuthro-blog__hero-content{padding:3rem 2rem}}.kuthro-blog__featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(var(--color-foreground),.15)}.kuthro-blog__featured-media{display:block;aspect-ratio:4 / 5;overflow:hidden;background-color:rgba(var(--color-foreground),.06);margin-bottom:2rem}.kuthro-blog__featured-img,.kuthro-blog__featured-placeholder{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.kuthro-blog__featured-media:hover .kuthro-blog__featured-img{transform:scale(1.03)}.kuthro-blog__featured-text{display:flex;gap:3rem;justify-content:space-between;align-items:flex-start}.kuthro-blog__featured-meta,.kuthro-blog__featured-excerpt-col{flex:1 1 45%;max-width:45%}.kuthro-blog__featured-excerpt{margin:0;font-size:1.5rem;line-height:1.55;color:rgba(var(--color-foreground),.75)}.kuthro-blog__featured-title{margin:0;font-size:1.9rem;font-weight:700;line-height:1.3;text-transform:uppercase}.kuthro-blog__featured-title a,.kuthro-blog__grid-title a{text-decoration:none;color:inherit}.kuthro-blog__featured-title a:hover,.kuthro-blog__grid-title a:hover{text-decoration:underline}.kuthro-blog__grid{display:grid;grid-template-columns:repeat(var(--kuthro-blog-grid-columns, 4),1fr);gap:3.2rem 2.4rem}.kuthro-blog__grid-media{display:block;aspect-ratio:4 / 3;overflow:hidden;margin-bottom:1.6rem;background-color:rgba(var(--color-foreground),.06)}.kuthro-blog__grid-img,.kuthro-blog__grid-placeholder{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.kuthro-blog__grid-media:hover .kuthro-blog__grid-img{transform:scale(1.03)}.kuthro-blog__grid-text{border-top:1px solid rgba(var(--color-foreground),.15);padding-top:1.6rem}.kuthro-blog__grid-title{margin:0 0 .8rem;font-size:1.5rem;font-weight:700;line-height:1.3;text-transform:uppercase}.kuthro-blog__grid-excerpt{margin:0;font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.7)}@media screen and (max-width:989px){.kuthro-blog__grid{grid-template-columns:repeat(var(--kuthro-blog-grid-columns-tablet, 2),1fr)}}@media screen and (max-width:749px){.kuthro-blog__featured-grid{grid-template-columns:1fr;gap:3rem}.kuthro-blog__featured-text{flex-direction:column;gap:1.6rem}.kuthro-blog__featured-meta,.kuthro-blog__featured-excerpt-col{max-width:100%;flex:1 1 100%}.kuthro-blog__grid{grid-template-columns:repeat(var(--kuthro-blog-grid-columns-mobile, 1),1fr);gap:3.2rem}.kuthro-blog__section-label{font-size:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/kuthro-blog-grid.css.map */
