.hk-post-card{position:relative;border-radius:var(--hk-border-radius);overflow:hidden;height:100%;min-height:calc(var(--hk-spacing-base) * 22);background:rgba(var(--hk-color-black),1)}.hk-post-card__link{display:flex;flex-direction:column;height:100%;min-height:inherit;padding:var(--hk-spacing-xl);gap:var(--hk-spacing-lg);text-decoration:none;border-radius:inherit}.hk-post-card__link:focus{outline:none}button.hk-post-card__link{appearance:none;width:100%;margin:0;border:0;background:none;font:inherit;text-align:inherit;cursor:pointer;color:inherit}.hk-post-card__link:focus-visible{outline:calc(var(--hk-spacing-base) * .2) solid rgba(var(--hk-color-white),.85);outline-offset:calc(var(--hk-spacing-base) * -.2)}.style-light .hk-post-card.style-dark .hk-post-card__link,.hk-post-card.style-dark .hk-post-card__link,.style-light .hk-post-card.style-dark .hk-post-card__link:hover,.hk-post-card.style-dark .hk-post-card__link:hover,.style-light .hk-post-card.style-dark .hk-post-card__link:focus-visible,.hk-post-card.style-dark .hk-post-card__link:focus-visible,.style-light .hk-post-card.style-dark .hk-post-card__title,.hk-post-card.style-dark .hk-post-card__title,.style-light .hk-post-card.style-dark .hk-post-card__read-more,.hk-post-card.style-dark .hk-post-card__read-more{color:rgba(var(--hk-color-white),1)}.hk-post-card--light .hk-post-card__link,.hk-post-card--light .hk-post-card__link:hover,.hk-post-card--light .hk-post-card__link:focus-visible,.hk-post-card--light .hk-post-card__title,.hk-post-card--light .hk-post-card__read-more,.hk-post-card--light .hk-post-card__link:hover .hk-post-card__title,.hk-post-card--light .hk-post-card__link:focus-visible .hk-post-card__title,.hk-post-card--light .hk-post-card__link:hover .hk-post-card__read-more,.hk-post-card--light .hk-post-card__link:focus-visible .hk-post-card__read-more{color:rgba(var(--hk-color-black),1)}.hk-post-card__body{display:flex;flex-direction:column;flex:1;gap:var(--hk-spacing-md)}.hk-post-card__label{display:inline-block;align-self:flex-start;margin-bottom:var(--hk-spacing-lg)}.hk-post-card.style-dark .hk-post-card__label:not(.hk-pill){font-size:var(--hk-font-size-pill);font-weight:var(--hk-font-weight-semibold);background:rgba(var(--hk-color-gray-mid),.3);color:rgba(var(--hk-color-white),.6);padding:calc(var(--hk-spacing-base) * .35) var(--hk-spacing-md);line-height:var(--hk-line-height-normal)}.hk-post-card.style-dark .hk-post-card__label.hk-pill--muted{background:rgba(var(--hk-color-gray-mid),.3);color:rgba(var(--hk-color-white),.6)}.hk-post-card__title{font-size:var(--hk-font-size-2xl);line-height:var(--hk-line-height-tight);margin:0}.hk-post-card__excerpt{line-height:var(--hk-line-height-normal);margin:auto 0 0}.hk-post-card__read-more{display:inline-flex;align-items:center;gap:var(--hk-spacing-xs);font-size:var(--hk-font-size-sm);font-weight:var(--hk-font-weight-semibold);transition:gap var(--hk-transition-fast)}.hk-post-card__link:hover .hk-post-card__read-more,.hk-post-card__link:focus-visible .hk-post-card__read-more{gap:var(--hk-spacing-sm)}.hk-post-card__arrow-icon{flex-shrink:0}.hk-post-card__media{position:relative;min-width:0;overflow:hidden;border-radius:var(--hk-border-radius)}.hk-post-card__image{display:block;width:100%;max-width:100%;height:auto;transition:transform var(--hk-transition-slow)}.hk-post-card__link:hover .hk-post-card__image,.hk-post-card__link:focus-visible .hk-post-card__image{transform:scale(1.05)}@media(prefers-reduced-motion:reduce){.hk-post-card__image{transition:none}.hk-post-card__link:hover .hk-post-card__image,.hk-post-card__link:focus-visible .hk-post-card__image{transform:none}}.hk-post-card--light{background:rgba(var(--hk-color-white),1);box-shadow:var(--hk-shadow-md)}.hk-post-card--light .hk-post-card__link:focus-visible{outline-color:rgba(var(--hk-color-black),.75)}.hk-post-card--stacked{min-height:0;border-radius:0;overflow:visible}.hk-post-card--stacked .hk-post-card__link{flex-direction:column;padding:0;gap:0;border-radius:0}.hk-post-card--stacked .hk-post-card__media{flex:none;width:100%;min-width:0;border-radius:var(--hk-border-radius);aspect-ratio:16 / 9}.hk-post-card--stacked .hk-post-card__image{aspect-ratio:inherit;object-fit:cover;object-position:center}.hk-post-card--stacked .hk-post-card__body{flex:1;padding:var(--hk-spacing-xl)}.hk-post-card--light.hk-post-card--stacked{box-shadow:none;border:0}.hk-post-card--light.hk-post-card--stacked .hk-post-card__body{padding:var(--hk-spacing-xl) 0 0 0}.hk-post-card--stacked .hk-post-card__label{margin-bottom:var(--hk-spacing-sm)}.hk-post-card--stacked .hk-post-card__title{font-size:var(--hk-font-size-xl)}@media(min-width:960px){.hk-post-card:not(.hk-post-card--stacked){min-height:calc(var(--hk-spacing-base) * 26)}.hk-post-card:not(.hk-post-card--stacked) .hk-post-card__link{flex-direction:row;padding:var(--hk-spacing-2xl);gap:var(--hk-spacing-3xl)}.hk-post-card:not(.hk-post-card--stacked) .hk-post-card__media{flex:0 0 38%;align-self:flex-start}.hk-post-card:not(.hk-post-card--stacked) .hk-post-card__title{font-size:clamp(1.688rem,1.53rem + .8vw,2.25rem)}.hk-post-card--stacked .hk-post-card__title{font-size:var(--hk-font-size-2xl)}}
