.section-kairos-blog-collection{--kbc-bg: #f4f1ed;--kbc-ink: #141210;--kbc-muted: #6b6560;--kbc-accent: #8b6347;--kbc-line: #e2ddd7;--kbc-soft: #c5bfb8;--kbc-cream: #f4f1ed}.kbc{background:var(--kbc-bg);color:var(--kbc-ink);padding:4rem 0 6rem}.kbc__inner{max-width:120rem}.kbc__header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}@media(min-width:990px){.kbc__header{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:2rem}}.kbc__eyebrow{margin:0 0 .75rem;font-size:1.2rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--kbc-accent)}.kbc__title{margin:0;font-family:var(--font-heading-family);font-weight:300;font-size:clamp(3.6rem,6vw,6rem);line-height:1.05;color:var(--kbc-ink)}.kbc__title-line{display:block}.kbc__title-em{display:block;font-style:italic;font-weight:400}.kbc__subtitle{margin:0;max-width:28rem;font-size:1.5rem;font-weight:300;line-height:1.7;color:var(--kbc-muted)}@media(min-width:990px){.kbc__subtitle{text-align:right}}.kbc__rule{height:1px;background:var(--kbc-line);margin-bottom:2.5rem}.kbc-featured{display:grid;grid-template-columns:1fr;gap:0;margin-bottom:2.5rem;background:#fff;border-radius:1.6rem;overflow:hidden}@media(min-width:990px){.kbc-featured{grid-template-columns:1fr 42rem}}.kbc-featured__media{position:relative;display:block;min-height:28rem;background:var(--kbc-line);overflow:hidden}.kbc-featured__media img,.kbc-featured__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.kbc-featured:hover .kbc-featured__media img{transform:scale(1.04)}.kbc-featured__placeholder{background:linear-gradient(145deg,#e8dfd2,#d4c9b8)}.kbc-featured__body{display:flex;flex-direction:column;justify-content:space-between;padding:2.8rem 2.4rem}@media(min-width:990px){.kbc-featured__body{padding:3.2rem}}.kbc-featured__label{margin:0 0 1.5rem;font-size:1.2rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--kbc-accent)}.kbc-featured__title{margin:0 0 1.5rem;font-family:var(--font-heading-family);font-weight:400;font-size:clamp(2.4rem,3vw,3.4rem);line-height:1.2}.kbc-featured__title a{color:var(--kbc-ink);text-decoration:none}.kbc-featured__excerpt{margin:0 0 2rem;font-size:1.5rem;font-weight:300;line-height:1.7;color:var(--kbc-muted)}.kbc-featured__meta{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem}.kbc-featured__author{margin:0;font-size:1.4rem;font-weight:500;color:var(--kbc-ink)}.kbc-featured__date{margin:.4rem 0 0;font-size:1.2rem;color:var(--kbc-soft)}.kbc-featured__cta{display:inline-flex;align-items:center;gap:.6rem;font-size:1.4rem;font-weight:500;color:var(--kbc-ink);text-decoration:none;white-space:nowrap;transition:color .2s ease}.kbc-featured__cta svg{transition:transform .2s ease}.kbc-featured:hover .kbc-featured__cta{color:var(--kbc-accent)}.kbc-featured:hover .kbc-featured__cta svg{transform:translate(4px)}.kbc-badge{position:absolute;top:1.2rem;left:1.2rem;z-index:1;padding:.4rem .8rem;border-radius:.4rem;font-size:1.1rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;background:#f4f1edeb;color:var(--kbc-ink)}.kbc-badge--dark{background:#141210b8;color:var(--kbc-cream);top:1.6rem;left:1.6rem}.kbc-filters{display:flex;flex-wrap:wrap;gap:.25rem;padding-bottom:1.6rem;margin-bottom:2.4rem;border-bottom:1px solid var(--kbc-line)}.kbc-pill{position:relative;-webkit-appearance:none;appearance:none;border:0;background:transparent;padding:.8rem 1.6rem;font-size:1.35rem;font-weight:500;letter-spacing:.04em;color:var(--kbc-muted);cursor:pointer;transition:color .2s ease}.kbc-pill.is-active{color:var(--kbc-ink)}.kbc-pill.is-active:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#14121014}.kbc-grid{display:grid;grid-template-columns:1fr;gap:3rem 2.4rem}@media(min-width:750px){.kbc-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.kbc-grid{grid-template-columns:repeat(3,1fr)}}.kbc-card{display:flex;flex-direction:column}.kbc-card.is-hidden{display:none}.kbc-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.8rem;margin:3.2rem 0 1.6rem}.kbc-pagination[hidden]{display:none!important}.kbc-page-btn{-webkit-appearance:none;appearance:none;min-width:3.6rem;height:3.6rem;padding:0 1rem;border:1px solid var(--kbc-line);border-radius:999px;background:#fff;color:var(--kbc-ink);font-size:1.35rem;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.kbc-page-btn:hover:not(:disabled){border-color:var(--kbc-ink)}.kbc-page-btn.is-active{background:var(--kbc-ink);border-color:var(--kbc-ink);color:var(--kbc-cream)}.kbc-page-btn:disabled{opacity:.35;cursor:not-allowed}.kbc-card__media{position:relative;display:block;aspect-ratio:3 / 2;margin-bottom:1.4rem;border-radius:1.2rem;overflow:hidden;background:var(--kbc-line)}.kbc-card__media img,.kbc-card__placeholder{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.kbc-card:hover .kbc-card__media img{transform:scale(1.05)}.kbc-card__placeholder{background:linear-gradient(145deg,#e8dfd2,#d4c9b8)}.kbc-card__body{display:flex;flex-direction:column;flex:1}.kbc-card__title{margin:0 0 .8rem;font-family:var(--font-heading-family);font-weight:400;font-size:2rem;line-height:1.3}.kbc-card__title a{color:var(--kbc-ink);text-decoration:none;transition:color .2s ease}.kbc-card:hover .kbc-card__title a{color:var(--kbc-accent)}.kbc-card__excerpt{margin:0 0 1.4rem;flex:1;font-size:1.35rem;font-weight:300;line-height:1.65;color:var(--kbc-muted)}.kbc-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.2rem;border-top:1px solid var(--kbc-line);font-size:1.2rem;color:var(--kbc-soft)}.kbc-card__footer span:last-child{color:var(--kbc-muted);font-weight:500}.kbc-empty{display:none;margin:4rem 0;text-align:center;font-family:var(--font-heading-family);font-size:2.2rem;font-weight:300;color:var(--kbc-soft)}.kbc-empty.is-visible{display:block}.kbc-hubs{display:flex;flex-wrap:wrap;gap:1.2rem 2rem;margin-top:3.2rem;padding-top:2rem;border-top:1px solid var(--kbc-line)}.kbc-hub{font-size:1.4rem;font-weight:500;color:var(--kbc-ink);text-decoration:none}.kbc-hub:hover{color:var(--kbc-accent);text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/13/assets/kairos-blog-collection.css.map */
